#555CBC

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

Shades of Rich Blue #555CBC

Tints of Rich Blue #555CBC

Color information

#555CBC (or 0x555CBC) is unknown color: approx Rich Blue. HEX triplet: 55, 5C and BC. RGB value is (85,92,188). Sum of RGB (Red+Green+Blue) = 85+92+188=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #555CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CBC is #AAA343. Grayscale: #646464. Windows color (decimal): -11182916 or 12344405. OLE color: 12344405.

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

Color convert

RGB8592188-
CMYK0.550.5100.26
HSL235.92º43.46%53.53%-
HSV(B)235.92º54.79%73.73%-
XYZ16.6513.2249.25-
YUV100.85177.18116.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=23.29%
G=25.21%
B=51.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85921880.550.5100.26235.9243.4653.53
Hex555CBC373301Aec2b36
Octal12513427467630323545366
Binary101010110111001011110011011111001101101011101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555CBC; }

 p { color: rgb(85,92,188); }

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

<style>
 a { background-color: #555CBC; }

 a { background-color: rgb(85,92,188); }

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

<style>
 span { border-color: #555CBC; }

 span { border-color: rgb(85,92,188); }

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