Html Css Color HEX #575990 Governor Bay

📋 copy color: '#575990'

red 87 ◦ green 89 ◦ blue 144

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

Shades of Governor Bay #575990

Tints of Governor Bay #575990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 27.19%
G = 27.81%
B = 45%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#575990 (or 0x575990) is known color: Governor Bay. HEX triplet: 57, 59 and 90. RGB value is (87,89,144). Sum of RGB (Red+Green+Blue) = 87+89+144=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #575990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575990 is #A8A66F. Grayscale: #5E5E5E. Windows color (decimal): -11052656 or 9460055. OLE color: 9460055.

HSL color Cylindrical-coordinate representation of color #575990: hue angle of 237.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575990 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 89 144 -
CMYK 0.40 0.38 0 0.44
HSL 237.89º 0.25% 0.45% -
HSV(B) 237.89º 0.4% 0.56% -
XYZ 12.54 11.18 27.88 -
YUV 94.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 87 89 144 0.40 0.38 0 0.44 237.89 0.25 0.45
Hex 57 59 90 28 26 0 2C EE 19 2D
Octal 127 131 220 50 46 0 54 356 31 55
Binary 1010111 1011001 10010000 101000 100110 0 101100 11101110 11001 101101

Color Harmonies of #575990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575990

Black with #575990

Text Example


Text Example

White with #575990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575990; }

 p { color: rgb(87,89,144); }

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

background-color css

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

 a { background-color: rgb(87,89,144); }

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

border-color css

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

 span { border-color: rgb(87,89,144); }

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