Html Css Color HEX #575F99 Governor Bay

📋 copy color: '#575F99'

red 87 ◦ green 95 ◦ blue 153

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

Shades of Governor Bay #575F99

Tints of Governor Bay #575F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 25.97%
G = 28.36%
B = 45.67%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575F99 (or 0x575F99) is known color: Governor Bay. HEX triplet: 57, 5F and 99. RGB value is (87,95,153). Sum of RGB (Red+Green+Blue) = 87+95+153=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #575F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F99 is #A8A066. Grayscale: #626262. Windows color (decimal): -11051111 or 10051415. OLE color: 10051415.

HSL color Cylindrical-coordinate representation of color #575F99: hue angle of 232.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #575F99 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 95 153 -
CMYK 0.43 0.38 0 0.4
HSL 232.73º 0.28% 0.47% -
HSV(B) 232.73º 0.43% 0.6% -
XYZ 13.77 12.51 31.83 -
YUV 99.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 87 95 153 0.43 0.38 0 0.4 232.73 0.28 0.47
Hex 57 5F 99 2B 26 0 28 E9 1C 2F
Octal 127 137 231 53 46 0 50 351 34 57
Binary 1010111 1011111 10011001 101011 100110 0 101000 11101001 11100 101111

Color Harmonies of #575F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F99

Black with #575F99

Text Example


Text Example

White with #575F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,153); }

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

background-color css

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

 a { background-color: rgb(87,95,153); }

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

border-color css

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

 span { border-color: rgb(87,95,153); }

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