Html Css Color HEX #575E9B Governor Bay

📋 copy color: '#575E9B'

red 87 ◦ green 94 ◦ blue 155

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

Shades of Governor Bay #575E9B

Tints of Governor Bay #575E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 25.89%
G = 27.98%
B = 46.13%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#575E9B (or 0x575E9B) is known color: Governor Bay. HEX triplet: 57, 5E and 9B. RGB value is (87,94,155). Sum of RGB (Red+Green+Blue) = 87+94+155=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #575E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E9B is #A8A164. Grayscale: #626262. Windows color (decimal): -11051365 or 10182231. OLE color: 10182231.

HSL color Cylindrical-coordinate representation of color #575E9B: hue angle of 233.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575E9B is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 94 155 -
CMYK 0.44 0.39 0 0.39
HSL 233.82º 0.28% 0.47% -
HSV(B) 233.82º 0.44% 0.61% -
XYZ 13.85 12.4 32.67 -
YUV 98.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 87 94 155 0.44 0.39 0 0.39 233.82 0.28 0.47
Hex 57 5E 9B 2C 27 0 27 EA 1C 2F
Octal 127 136 233 54 47 0 47 352 34 57
Binary 1010111 1011110 10011011 101100 100111 0 100111 11101010 11100 101111

Color Harmonies of #575E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E9B

Black with #575E9B

Text Example


Text Example

White with #575E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,94,155); }

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

background-color css

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

 a { background-color: rgb(87,94,155); }

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

border-color css

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

 span { border-color: rgb(87,94,155); }

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