Html Css Color HEX #55578B Governor Bay

📋 copy color: '#55578B'

red 85 ◦ green 87 ◦ blue 139

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

Shades of Governor Bay #55578B

Tints of Governor Bay #55578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 27.33%
G = 27.97%
B = 44.69%

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

#55578B (or 0x55578B) is known color: Governor Bay. HEX triplet: 55, 57 and 8B. RGB value is (85,87,139). Sum of RGB (Red+Green+Blue) = 85+87+139=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #55578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55578B is #AAA874. Grayscale: #5C5C5C. Windows color (decimal): -11184245 or 9131861. OLE color: 9131861.

HSL color Cylindrical-coordinate representation of color #55578B: hue angle of 237.78º 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 #55578B is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 87 139 -
CMYK 0.39 0.37 0 0.45
HSL 237.78º 0.24% 0.44% -
HSV(B) 237.78º 0.39% 0.55% -
XYZ 11.81 10.61 25.85 -
YUV 92.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 85 87 139 0.39 0.37 0 0.45 237.78 0.24 0.44
Hex 55 57 8B 27 25 0 2D EE 18 2C
Octal 125 127 213 47 45 0 55 356 30 54
Binary 1010101 1010111 10001011 100111 100101 0 101101 11101110 11000 101100

Color Harmonies of #55578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55578B

Black with #55578B

Text Example


Text Example

White with #55578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55578B; }

 p { color: rgb(85,87,139); }

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

background-color css

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

 a { background-color: rgb(85,87,139); }

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

border-color css

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

 span { border-color: rgb(85,87,139); }

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