Html Css Color HEX #555C87 Governor Bay

📋 copy color: '#555C87'

red 85 ◦ green 92 ◦ blue 135

#555C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #555C87

Tints of Governor Bay #555C87

RGB

 RED value IS 85 (33.59% from 255) = 27.24%

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 135 (53.13% from 255) = 43.27%

R = 27.24%
G = 29.49%
B = 43.27%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#555C87 (or 0x555C87) is known color: Governor Bay. HEX triplet: 55, 5C and 87. RGB value is (85,92,135). Sum of RGB (Red+Green+Blue) = 85+92+135=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #555C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C87 is #AAA378. Grayscale: #5E5E5E. Windows color (decimal): -11182969 or 8870997. OLE color: 8870997.

HSL color Cylindrical-coordinate representation of color #555C87: hue angle of 231.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555C87 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 92 135 -
CMYK 0.37 0.32 0 0.47
HSL 231.6º 0.23% 0.43% -
HSV(B) 231.6º 0.37% 0.53% -
XYZ 11.95 11.33 24.48 -
YUV 94.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 85 92 135 0.37 0.32 0 0.47 231.6 0.23 0.43
Hex 55 5C 87 25 20 0 2F E8 17 2B
Octal 125 134 207 45 40 0 57 350 27 53
Binary 1010101 1011100 10000111 100101 100000 0 101111 11101000 10111 101011

Color Harmonies of #555C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C87

Black with #555C87

Text Example


Text Example

White with #555C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #555C87;
 }
 .AnyTagClassName
 {
   color: #555C87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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