Html Css Color HEX #57558B Governor Bay

📋 copy color: '#57558B'

red 87 ◦ green 85 ◦ blue 139

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

Shades of Governor Bay #57558B

Tints of Governor Bay #57558B

RGB

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

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

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

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

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57558B (or 0x57558B) is known color: Governor Bay. HEX triplet: 57, 55 and 8B. RGB value is (87,85,139). Sum of RGB (Red+Green+Blue) = 87+85+139=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 85 (33.59% from 255 or 27.33% 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 #57558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57558B is #A8AA74. Grayscale: #5B5B5B. Windows color (decimal): -11053685 or 9131351. OLE color: 9131351.

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

Color convert

RGB 87 85 139 -
CMYK 0.37 0.39 0 0.45
HSL 242.22º 0.24% 0.44% -
HSV(B) 242.22º 0.39% 0.55% -
XYZ 11.84 10.39 25.81 -
YUV 91.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 87 85 139 0.37 0.39 0 0.45 242.22 0.24 0.44
Hex 57 55 8B 25 27 0 2D F2 18 2C
Octal 127 125 213 45 47 0 55 362 30 54
Binary 1010111 1010101 10001011 100101 100111 0 101101 11110010 11000 101100

Color Harmonies of #57558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57558B

Black with #57558B

Text Example


Text Example

White with #57558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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