Html Css Color HEX #55588A Governor Bay

📋 copy color: '#55588A'

red 85 ◦ green 88 ◦ blue 138

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

Shades of Governor Bay #55588A

Tints of Governor Bay #55588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.37%

R = 27.33%
G = 28.3%
B = 44.37%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55588A (or 0x55588A) is known color: Governor Bay. HEX triplet: 55, 58 and 8A. RGB value is (85,88,138). Sum of RGB (Red+Green+Blue) = 85+88+138=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #55588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55588A is #AAA775. Grayscale: #5C5C5C. Windows color (decimal): -11183990 or 9066581. OLE color: 9066581.

HSL color Cylindrical-coordinate representation of color #55588A: hue angle of 236.6º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55588A is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 88 138 -
CMYK 0.38 0.36 0 0.46
HSL 236.6º 0.24% 0.44% -
HSV(B) 236.6º 0.38% 0.54% -
XYZ 11.82 10.75 25.5 -
YUV 92.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 85 88 138 0.38 0.36 0 0.46 236.6 0.24 0.44
Hex 55 58 8A 26 24 0 2E ED 18 2C
Octal 125 130 212 46 44 0 56 355 30 54
Binary 1010101 1011000 10001010 100110 100100 0 101110 11101101 11000 101100

Color Harmonies of #55588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55588A

Black with #55588A

Text Example


Text Example

White with #55588A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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