Html Css Color HEX #575C89 Governor Bay

📋 copy color: '#575C89'

red 87 ◦ green 92 ◦ blue 137

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

Shades of Governor Bay #575C89

Tints of Governor Bay #575C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 27.53%
G = 29.11%
B = 43.35%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#575C89 (or 0x575C89) is known color: Governor Bay. HEX triplet: 57, 5C and 89. RGB value is (87,92,137). Sum of RGB (Red+Green+Blue) = 87+92+137=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #575C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C89 is #A8A376. Grayscale: #5F5F5F. Windows color (decimal): -11051895 or 9002071. OLE color: 9002071.

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

Color convert

RGB 87 92 137 -
CMYK 0.36 0.33 0 0.46
HSL 234º 0.22% 0.44% -
HSV(B) 234º 0.36% 0.54% -
XYZ 12.27 11.49 25.24 -
YUV 95.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 87 92 137 0.36 0.33 0 0.46 234 0.22 0.44
Hex 57 5C 89 24 21 0 2E EA 16 2C
Octal 127 134 211 44 41 0 56 352 26 54
Binary 1010111 1011100 10001001 100100 100001 0 101110 11101010 10110 101100

Color Harmonies of #575C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C89

Black with #575C89

Text Example


Text Example

White with #575C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,92,137); }

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

background-color css

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

 a { background-color: rgb(87,92,137); }

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

border-color css

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

 span { border-color: rgb(87,92,137); }

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