Html Css Color HEX #55588C Governor Bay

📋 copy color: '#55588C'

red 85 ◦ green 88 ◦ blue 140

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

Shades of Governor Bay #55588C

Tints of Governor Bay #55588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.73%

R = 27.16%
G = 28.12%
B = 44.73%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55588C (or 0x55588C) is known color: Governor Bay. HEX triplet: 55, 58 and 8C. RGB value is (85,88,140). Sum of RGB (Red+Green+Blue) = 85+88+140=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #55588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55588C is #AAA773. Grayscale: #5C5C5C. Windows color (decimal): -11183988 or 9197653. OLE color: 9197653.

HSL color Cylindrical-coordinate representation of color #55588C: hue angle of 236.73º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55588C is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 88 140 -
CMYK 0.39 0.37 0 0.45
HSL 236.73º 0.24% 0.44% -
HSV(B) 236.73º 0.39% 0.55% -
XYZ 11.97 10.8 26.27 -
YUV 93.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 85 88 140 0.39 0.37 0 0.45 236.73 0.24 0.44
Hex 55 58 8C 27 25 0 2D ED 18 2C
Octal 125 130 214 47 45 0 55 355 30 54
Binary 1010101 1011000 10001100 100111 100101 0 101101 11101101 11000 101100

Color Harmonies of #55588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55588C

Black with #55588C

Text Example


Text Example

White with #55588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55588C; }

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

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

background-color css

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

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

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

border-color css

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

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

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