Html Css Color HEX #575F9B Governor Bay

📋 copy color: '#575F9B'

red 87 ◦ green 95 ◦ blue 155

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

Shades of Governor Bay #575F9B

Tints of Governor Bay #575F9B

RGB

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

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

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

R = 25.82%
G = 28.19%
B = 45.99%

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

#575F9B (or 0x575F9B) is known color: Governor Bay. HEX triplet: 57, 5F and 9B. RGB value is (87,95,155). Sum of RGB (Red+Green+Blue) = 87+95+155=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #575F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F9B is #A8A064. Grayscale: #636363. Windows color (decimal): -11051109 or 10182487. OLE color: 10182487.

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

Color convert

RGB 87 95 155 -
CMYK 0.44 0.39 0 0.39
HSL 232.94º 0.28% 0.47% -
HSV(B) 232.94º 0.44% 0.61% -
XYZ 13.94 12.58 32.7 -
YUV 99.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 87 95 155 0.44 0.39 0 0.39 232.94 0.28 0.47
Hex 57 5F 9B 2C 27 0 27 E9 1C 2F
Octal 127 137 233 54 47 0 47 351 34 57
Binary 1010111 1011111 10011011 101100 100111 0 100111 11101001 11100 101111

Color Harmonies of #575F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F9B

Black with #575F9B

Text Example


Text Example

White with #575F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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