#555C95

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

Shades of Governor Bay #555C95

Tints of Governor Bay #555C95

Color information

#555C95 (or 0x555C95) is unknown color: approx Governor Bay. HEX triplet: 55, 5C and 95. RGB value is (85,92,149). Sum of RGB (Red+Green+Blue) = 85+92+149=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #555C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C95 is #AAA36A. Grayscale: #606060. Windows color (decimal): -11182955 or 9788501. OLE color: 9788501.

HSL color Cylindrical-coordinate representation of color #555C95: hue angle of 233.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #555C95 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8592149-
CMYK0.430.3800.42
HSL233.44º27.35%45.88%-
HSV(B)233.44º42.95%58.43%-
XYZ1311.7630.02-
YUV96.4157.68119.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=26.07%
G=28.22%
B=45.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85921490.430.3800.42233.4427.3545.88
Hex555C952B2602Ae91b2e
Octal12513422553460523513356
Binary101010110111001001010110101110011001010101110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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