Html Css Color HEX #575397 Governor Bay

📋 copy color: '#575397'

red 87 ◦ green 83 ◦ blue 151

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

Shades of Governor Bay #575397

Tints of Governor Bay #575397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.04%

R = 27.1%
G = 25.86%
B = 47.04%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#575397 (or 0x575397) is known color: Governor Bay. HEX triplet: 57, 53 and 97. RGB value is (87,83,151). Sum of RGB (Red+Green+Blue) = 87+83+151=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #575397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575397 is #A8AC68. Grayscale: #5B5B5B. Windows color (decimal): -11054185 or 9917271. OLE color: 9917271.

HSL color Cylindrical-coordinate representation of color #575397: hue angle of 243.53º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #575397 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 83 151 -
CMYK 0.42 0.45 0 0.41
HSL 243.53º 0.29% 0.46% -
HSV(B) 243.53º 0.45% 0.59% -
XYZ 12.61 10.45 30.63 -
YUV 91.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 87 83 151 0.42 0.45 0 0.41 243.53 0.29 0.46
Hex 57 53 97 2A 2D 0 29 F4 1D 2E
Octal 127 123 227 52 55 0 51 364 35 56
Binary 1010111 1010011 10010111 101010 101101 0 101001 11110100 11101 101110

Color Harmonies of #575397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575397

Black with #575397

Text Example


Text Example

White with #575397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575397; }

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

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

background-color css

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

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

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

border-color css

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

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

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