Html Css Color HEX #575493 Governor Bay

📋 copy color: '#575493'

red 87 ◦ green 84 ◦ blue 147

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

Shades of Governor Bay #575493

Tints of Governor Bay #575493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 27.36%
G = 26.42%
B = 46.23%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#575493 (or 0x575493) is known color: Governor Bay. HEX triplet: 57, 54 and 93. RGB value is (87,84,147). Sum of RGB (Red+Green+Blue) = 87+84+147=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #575493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575493 is #A8AB6C. Grayscale: #5B5B5B. Windows color (decimal): -11053933 or 9655383. OLE color: 9655383.

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

Color convert

RGB 87 84 147 -
CMYK 0.41 0.43 0 0.42
HSL 242.86º 0.27% 0.45% -
HSV(B) 242.86º 0.43% 0.58% -
XYZ 12.37 10.47 28.97 -
YUV 92.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 87 84 147 0.41 0.43 0 0.42 242.86 0.27 0.45
Hex 57 54 93 29 2B 0 2A F3 1B 2D
Octal 127 124 223 51 53 0 52 363 33 55
Binary 1010111 1010100 10010011 101001 101011 0 101010 11110011 11011 101101

Color Harmonies of #575493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575493

Black with #575493

Text Example


Text Example

White with #575493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575493; }

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

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

background-color css

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

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

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

border-color css

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

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

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