Html Css Color HEX #575391 Governor Bay

📋 copy color: '#575391'

red 87 ◦ green 83 ◦ blue 145

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

Shades of Governor Bay #575391

Tints of Governor Bay #575391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 27.62%
G = 26.35%
B = 46.03%

CMYK

 C value IS 0.4

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#575391 (or 0x575391) is known color: Governor Bay. HEX triplet: 57, 53 and 91. RGB value is (87,83,145). Sum of RGB (Red+Green+Blue) = 87+83+145=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #575391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575391 is #A8AC6E. Grayscale: #5B5B5B. Windows color (decimal): -11054191 or 9524055. OLE color: 9524055.

HSL color Cylindrical-coordinate representation of color #575391: hue angle of 243.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #575391 is Cyan = 0.4, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 83 145 -
CMYK 0.4 0.43 0 0.43
HSL 243.87º 0.27% 0.45% -
HSV(B) 243.87º 0.43% 0.57% -
XYZ 12.13 10.26 28.13 -
YUV 91.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 87 83 145 0.4 0.43 0 0.43 243.87 0.27 0.45
Hex 57 53 91 28 2B 0 2B F4 1B 2D
Octal 127 123 221 50 53 0 53 364 33 55
Binary 1010111 1010011 10010001 101000 101011 0 101011 11110100 11011 101101

Color Harmonies of #575391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575391

Black with #575391

Text Example


Text Example

White with #575391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575391; }

 p { color: rgb(87,83,145); }

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

background-color css

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

 a { background-color: rgb(87,83,145); }

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

border-color css

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

 span { border-color: rgb(87,83,145); }

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