#5062b0

Color #5062B0 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5062B0

Tints of Rich Blue #5062B0

Color information

#5062B0 (or 0x5062B0) is unknown color: approx Rich Blue. HEX triplet: 50, 62 and B0. RGB value is (80,98,176). Sum of RGB (Red+Green+Blue) = 80+98+176=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #5062B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5062B0 is #AF9D4F. Grayscale: #656565. Windows color (decimal): -11509072 or 11559504. OLE color: 11559504.

HSL color Cylindrical-coordinate representation of color #5062B0: hue angle of 228.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5062B0 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8098176-
CMYK0.550.4400.31
HSL228.75º37.8%50.2%-
HSV(B)228.75º54.55%69.02%-
XYZ15.5113.5842.88-
YUV101.51170.04112.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 176 (69.14% from 255) = 49.72%
R=22.60%
G=27.68%
B=49.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80981760.550.4400.31228.7537.850.2
Hex5062B0372C01Fe52632
Octal12014226067540373454662
Binary101000011000101011000011011110110001111111100101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5062b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5062b0; }

 p { color: rgb(80,98,176); }

 H1.HeaderClassName
 {
   color: #5062b0;
 }
 .AnyTagClassName
 {
   color: #5062b0;
 }
</style>
background-color css

<style>
 a { background-color: #5062b0; }

 a { background-color: rgb(80,98,176); }

 div.DivClassName
 {
   background-color: #5062b0;
 }
 .BgClassName
 {
   background-color: #5062b0;
 }
</style>
border-color css

<style>
 span { border-color: #5062b0; }

 span { border-color: rgb(80,98,176); }

 td.TdClassName
 {
   border-color: #5062b0;
 }
 .TagClassName
 {
   border-color: #5062b0;
 }
</style>