Html Css Color HEX #575893 Governor Bay

📋 copy color: '#575893'

red 87 ◦ green 88 ◦ blue 147

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

Shades of Governor Bay #575893

Tints of Governor Bay #575893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

 BLUE value IS 147 (57.81% from 255) = 45.65%

R = 27.02%
G = 27.33%
B = 45.65%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#575893 (or 0x575893) is known color: Governor Bay. HEX triplet: 57, 58 and 93. RGB value is (87,88,147). Sum of RGB (Red+Green+Blue) = 87+88+147=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #575893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575893 is #A8A76C. Grayscale: #5E5E5E. Windows color (decimal): -11052909 or 9656407. OLE color: 9656407.

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

Color convert

RGB 87 88 147 -
CMYK 0.41 0.40 0 0.42
HSL 239º 0.26% 0.46% -
HSV(B) 239º 0.41% 0.58% -
XYZ 12.69 11.11 29.08 -
YUV 94.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 87 88 147 0.41 0.40 0 0.42 239 0.26 0.46
Hex 57 58 93 29 28 0 2A EF 1A 2E
Octal 127 130 223 51 50 0 52 357 32 56
Binary 1010111 1011000 10010011 101001 101000 0 101010 11101111 11010 101110

Color Harmonies of #575893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575893

Black with #575893

Text Example


Text Example

White with #575893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575893; }

 p { color: rgb(87,88,147); }

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

background-color css

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

 a { background-color: rgb(87,88,147); }

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

border-color css

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

 span { border-color: rgb(87,88,147); }

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