Html Css Color HEX #575D99 Governor Bay

📋 copy color: '#575D99'

red 87 ◦ green 93 ◦ blue 153

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

Shades of Governor Bay #575D99

Tints of Governor Bay #575D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

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

R = 26.13%
G = 27.93%
B = 45.95%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#575D99 (or 0x575D99) is known color: Governor Bay. HEX triplet: 57, 5D and 99. RGB value is (87,93,153). Sum of RGB (Red+Green+Blue) = 87+93+153=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #575D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D99 is #A8A266. Grayscale: #616161. Windows color (decimal): -11051623 or 10050903. OLE color: 10050903.

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

Color convert

RGB 87 93 153 -
CMYK 0.43 0.39 0 0.4
HSL 234.55º 0.28% 0.47% -
HSV(B) 234.55º 0.43% 0.6% -
XYZ 13.59 12.15 31.77 -
YUV 98.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 87 93 153 0.43 0.39 0 0.4 234.55 0.28 0.47
Hex 57 5D 99 2B 27 0 28 EB 1C 2F
Octal 127 135 231 53 47 0 50 353 34 57
Binary 1010111 1011101 10011001 101011 100111 0 101000 11101011 11100 101111

Color Harmonies of #575D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D99

Black with #575D99

Text Example


Text Example

White with #575D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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