#555FA3

Color #555FA3 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #555FA3

Tints of Governor Bay #555FA3

Color information

#555FA3 (or 0x555FA3) is unknown color: approx Governor Bay. HEX triplet: 55, 5F and A3. RGB value is (85,95,163). Sum of RGB (Red+Green+Blue) = 85+95+163=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #555FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FA3 is #AAA05C. Grayscale: #636363. Windows color (decimal): -11182173 or 10706773. OLE color: 10706773.

HSL color Cylindrical-coordinate representation of color #555FA3: hue angle of 232.31º degrees, saturation: 0.31, 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 #555FA3 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8595163-
CMYK0.480.4200.36
HSL232.31º31.45%48.63%-
HSV(B)232.31º47.85%63.92%-
XYZ14.4512.7636.35-
YUV99.76163.69117.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 163 (64.06% from 255) = 47.52%
R=24.78%
G=27.70%
B=47.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85951630.480.4200.36232.3131.4548.63
Hex555FA3302A024e81f31
Octal12513724360520443503761
Binary101010110111111010001111000010101001001001110100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,95,163); }

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

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

 a { background-color: rgb(85,95,163); }

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

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

 span { border-color: rgb(85,95,163); }

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