Html Css Color HEX #555887 Governor Bay

📋 copy color: '#555887'

red 85 ◦ green 88 ◦ blue 135

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

Shades of Governor Bay #555887

Tints of Governor Bay #555887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.57%

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

R = 27.6%
G = 28.57%
B = 43.83%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#555887 (or 0x555887) is known color: Governor Bay. HEX triplet: 55, 58 and 87. RGB value is (85,88,135). Sum of RGB (Red+Green+Blue) = 85+88+135=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #555887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555887 is #AAA778. Grayscale: #5C5C5C. Windows color (decimal): -11183993 or 8869973. OLE color: 8869973.

HSL color Cylindrical-coordinate representation of color #555887: hue angle of 236.4º 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 #555887 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 88 135 -
CMYK 0.37 0.35 0 0.47
HSL 236.4º 0.23% 0.43% -
HSV(B) 236.4º 0.37% 0.53% -
XYZ 11.61 10.66 24.37 -
YUV 92.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 85 88 135 0.37 0.35 0 0.47 236.4 0.23 0.43
Hex 55 58 87 25 23 0 2F EC 17 2B
Octal 125 130 207 45 43 0 57 354 27 53
Binary 1010101 1011000 10000111 100101 100011 0 101111 11101100 10111 101011

Color Harmonies of #555887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555887

Black with #555887

Text Example


Text Example

White with #555887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555887; }

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

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

background-color css

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

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

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

border-color css

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

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

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