Html Css Color HEX #575492 Governor Bay

📋 copy color: '#575492'

red 87 ◦ green 84 ◦ blue 146

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

Shades of Governor Bay #575492

Tints of Governor Bay #575492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 27.44%
G = 26.5%
B = 46.06%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#575492 (or 0x575492) is known color: Governor Bay. HEX triplet: 57, 54 and 92. RGB value is (87,84,146). Sum of RGB (Red+Green+Blue) = 87+84+146=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #575492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575492 is #A8AB6D. Grayscale: #5B5B5B. Windows color (decimal): -11053934 or 9589847. OLE color: 9589847.

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

Color convert

RGB 87 84 146 -
CMYK 0.40 0.42 0 0.43
HSL 242.9º 0.27% 0.45% -
HSV(B) 242.9º 0.42% 0.57% -
XYZ 12.29 10.44 28.56 -
YUV 91.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 87 84 146 0.40 0.42 0 0.43 242.9 0.27 0.45
Hex 57 54 92 28 2A 0 2B F3 1B 2D
Octal 127 124 222 50 52 0 53 363 33 55
Binary 1010111 1010100 10010010 101000 101010 0 101011 11110011 11011 101101

Color Harmonies of #575492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575492

Black with #575492

Text Example


Text Example

White with #575492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575492; }

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

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

background-color css

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

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

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

border-color css

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

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

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