#5662BC

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

Shades of Rich Blue #5662BC

Tints of Rich Blue #5662BC

Color information

#5662BC (or 0x5662BC) is unknown color: approx Rich Blue. HEX triplet: 56, 62 and BC. RGB value is (86,98,188). Sum of RGB (Red+Green+Blue) = 86+98+188=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #5662BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662BC is #A99D43. Grayscale: #686868. Windows color (decimal): -11115844 or 12345942. OLE color: 12345942.

HSL color Cylindrical-coordinate representation of color #5662BC: hue angle of 232.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5662BC is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8698188-
CMYK0.540.4800.26
HSL232.94º43.22%53.73%-
HSV(B)232.94º54.26%73.73%-
XYZ17.2814.3449.43-
YUV104.67175.02114.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=23.12%
G=26.34%
B=50.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86981880.540.4800.26232.9443.2253.73
Hex5662BC363001Ae92b36
Octal12614227466600323515366
Binary101011011000101011110011011011000001101011101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5662BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5662BC; }

 p { color: rgb(86,98,188); }

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

<style>
 a { background-color: #5662BC; }

 a { background-color: rgb(86,98,188); }

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

<style>
 span { border-color: #5662BC; }

 span { border-color: rgb(86,98,188); }

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