Html Css Color HEX #575A88 Governor Bay

📋 copy color: '#575A88'

red 87 ◦ green 90 ◦ blue 136

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

Shades of Governor Bay #575A88

Tints of Governor Bay #575A88

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

 BLUE value IS 136 (53.52% from 255) = 43.45%

R = 27.8%
G = 28.75%
B = 43.45%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575A88 (or 0x575A88) is known color: Governor Bay. HEX triplet: 57, 5A and 88. RGB value is (87,90,136). Sum of RGB (Red+Green+Blue) = 87+90+136=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #575A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A88 is #A8A577. Grayscale: #5E5E5E. Windows color (decimal): -11052408 or 8936023. OLE color: 8936023.

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

Color convert

RGB 87 90 136 -
CMYK 0.36 0.34 0 0.47
HSL 236.33º 0.22% 0.44% -
HSV(B) 236.33º 0.36% 0.53% -
XYZ 12.03 11.12 24.8 -
YUV 94.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 87 90 136 0.36 0.34 0 0.47 236.33 0.22 0.44
Hex 57 5A 88 24 22 0 2F EC 16 2C
Octal 127 132 210 44 42 0 57 354 26 54
Binary 1010111 1011010 10001000 100100 100010 0 101111 11101100 10110 101100

Color Harmonies of #575A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A88

Black with #575A88

Text Example


Text Example

White with #575A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,136); }

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

background-color css

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

 a { background-color: rgb(87,90,136); }

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

border-color css

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

 span { border-color: rgb(87,90,136); }

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