#555CAD

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

Shades of Rich Blue #555CAD

Tints of Rich Blue #555CAD

Color information

#555CAD (or 0x555CAD) is unknown color: approx Rich Blue. HEX triplet: 55, 5C and AD. RGB value is (85,92,173). Sum of RGB (Red+Green+Blue) = 85+92+173=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #555CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555CAD is #AAA352. Grayscale: #626262. Windows color (decimal): -11182931 or 11361365. OLE color: 11361365.

HSL color Cylindrical-coordinate representation of color #555CAD: hue angle of 235.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555CAD is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8592173-
CMYK0.510.4700.32
HSL235.23º34.92%50.59%-
HSV(B)235.23º50.87%67.84%-
XYZ15.1212.641.17-
YUV99.14169.68117.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=24.29%
G=26.29%
B=49.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85921730.510.4700.32235.2334.9250.59
Hex555CAD332F020eb2333
Octal12513425563570403534363
Binary1010101101110010101101110011101111010000011101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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