Html Css Color HEX #575D96 Governor Bay

📋 copy color: '#575D96'

red 87 ◦ green 93 ◦ blue 150

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

Shades of Governor Bay #575D96

Tints of Governor Bay #575D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 26.36%
G = 28.18%
B = 45.45%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#575D96 (or 0x575D96) is known color: Governor Bay. HEX triplet: 57, 5D and 96. RGB value is (87,93,150). Sum of RGB (Red+Green+Blue) = 87+93+150=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #575D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D96 is #A8A269. Grayscale: #616161. Windows color (decimal): -11051626 or 9854295. OLE color: 9854295.

HSL color Cylindrical-coordinate representation of color #575D96: hue angle of 234.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #575D96 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 93 150 -
CMYK 0.42 0.38 0 0.41
HSL 234.29º 0.27% 0.46% -
HSV(B) 234.29º 0.42% 0.59% -
XYZ 13.35 12.06 30.48 -
YUV 97.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 87 93 150 0.42 0.38 0 0.41 234.29 0.27 0.46
Hex 57 5D 96 2A 26 0 29 EA 1B 2E
Octal 127 135 226 52 46 0 51 352 33 56
Binary 1010111 1011101 10010110 101010 100110 0 101001 11101010 11011 101110

Color Harmonies of #575D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D96

Black with #575D96

Text Example


Text Example

White with #575D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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