Html Css Color HEX #575E8B Governor Bay

📋 copy color: '#575E8B'

red 87 ◦ green 94 ◦ blue 139

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

Shades of Governor Bay #575E8B

Tints of Governor Bay #575E8B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

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

R = 27.19%
G = 29.38%
B = 43.44%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#575E8B (or 0x575E8B) is known color: Governor Bay. HEX triplet: 57, 5E and 8B. RGB value is (87,94,139). Sum of RGB (Red+Green+Blue) = 87+94+139=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #575E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E8B is #A8A174. Grayscale: #606060. Windows color (decimal): -11051381 or 9133655. OLE color: 9133655.

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

Color convert

RGB 87 94 139 -
CMYK 0.37 0.32 0 0.45
HSL 231.92º 0.23% 0.44% -
HSV(B) 231.92º 0.37% 0.55% -
XYZ 12.59 11.9 26.06 -
YUV 97.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 87 94 139 0.37 0.32 0 0.45 231.92 0.23 0.44
Hex 57 5E 8B 25 20 0 2D E8 17 2C
Octal 127 136 213 45 40 0 55 350 27 54
Binary 1010111 1011110 10001011 100101 100000 0 101101 11101000 10111 101100

Color Harmonies of #575E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E8B

Black with #575E8B

Text Example


Text Example

White with #575E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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