#555CA4

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

Shades of Rich Blue #555CA4

Tints of Rich Blue #555CA4

Color information

#555CA4 (or 0x555CA4) is unknown color: approx Rich Blue. HEX triplet: 55, 5C and A4. RGB value is (85,92,164). Sum of RGB (Red+Green+Blue) = 85+92+164=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #555CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555CA4 is #AAA35B. Grayscale: #616161. Windows color (decimal): -11182940 or 10771541. OLE color: 10771541.

HSL color Cylindrical-coordinate representation of color #555CA4: hue angle of 234.68º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #555CA4 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8592164-
CMYK0.480.4400.36
HSL234.68º31.73%48.82%-
HSV(B)234.68º48.17%64.31%-
XYZ14.2712.2736.74-
YUV98.12165.18118.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 164 (64.45% from 255) = 48.09%
R=24.93%
G=26.98%
B=48.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85921640.480.4400.36234.6831.7348.82
Hex555CA4302C024eb2031
Octal12513424460540443534061
Binary1010101101110010100100110000101100010010011101011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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