Html Css Color HEX #575B99 Governor Bay

📋 copy color: '#575B99'

red 87 ◦ green 91 ◦ blue 153

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

Shades of Governor Bay #575B99

Tints of Governor Bay #575B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

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

R = 26.28%
G = 27.49%
B = 46.22%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575B99 (or 0x575B99) is known color: Governor Bay. HEX triplet: 57, 5B and 99. RGB value is (87,91,153). Sum of RGB (Red+Green+Blue) = 87+91+153=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #575B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B99 is #A8A466. Grayscale: #606060. Windows color (decimal): -11052135 or 10050391. OLE color: 10050391.

HSL color Cylindrical-coordinate representation of color #575B99: hue angle of 236.36º 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 #575B99 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 91 153 -
CMYK 0.43 0.41 0 0.4
HSL 236.36º 0.28% 0.47% -
HSV(B) 236.36º 0.43% 0.6% -
XYZ 13.42 11.81 31.71 -
YUV 96.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 87 91 153 0.43 0.41 0 0.4 236.36 0.28 0.47
Hex 57 5B 99 2B 29 0 28 EC 1C 2F
Octal 127 133 231 53 51 0 50 354 34 57
Binary 1010111 1011011 10011001 101011 101001 0 101000 11101100 11100 101111

Color Harmonies of #575B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B99

Black with #575B99

Text Example


Text Example

White with #575B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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