Html Css Color HEX #575F9E Governor Bay

📋 copy color: '#575F9E'

red 87 ◦ green 95 ◦ blue 158

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

Shades of Governor Bay #575F9E

Tints of Governor Bay #575F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 25.59%
G = 27.94%
B = 46.47%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#575F9E (or 0x575F9E) is known color: Governor Bay. HEX triplet: 57, 5F and 9E. RGB value is (87,95,158). Sum of RGB (Red+Green+Blue) = 87+95+158=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #575F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F9E is #A8A061. Grayscale: #636363. Windows color (decimal): -11051106 or 10379095. OLE color: 10379095.

HSL color Cylindrical-coordinate representation of color #575F9E: hue angle of 233.24º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #575F9E is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 95 158 -
CMYK 0.45 0.40 0 0.38
HSL 233.24º 0.29% 0.48% -
HSV(B) 233.24º 0.45% 0.62% -
XYZ 14.19 12.68 34.05 -
YUV 99.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 87 95 158 0.45 0.40 0 0.38 233.24 0.29 0.48
Hex 57 5F 9E 2D 28 0 26 E9 1D 30
Octal 127 137 236 55 50 0 46 351 35 60
Binary 1010111 1011111 10011110 101101 101000 0 100110 11101001 11101 110000

Color Harmonies of #575F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F9E

Black with #575F9E

Text Example


Text Example

White with #575F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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