Html Css Color HEX #575594 Governor Bay

📋 copy color: '#575594'

red 87 ◦ green 85 ◦ blue 148

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

Shades of Governor Bay #575594

Tints of Governor Bay #575594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 27.19%
G = 26.56%
B = 46.25%

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

#575594 (or 0x575594) is known color: Governor Bay. HEX triplet: 57, 55 and 94. RGB value is (87,85,148). Sum of RGB (Red+Green+Blue) = 87+85+148=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #575594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575594 is #A8AA6B. Grayscale: #5C5C5C. Windows color (decimal): -11053676 or 9721175. OLE color: 9721175.

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

Color convert

RGB 87 85 148 -
CMYK 0.41 0.43 0 0.42
HSL 241.9º 0.27% 0.46% -
HSV(B) 241.9º 0.43% 0.58% -
XYZ 12.52 10.66 29.41 -
YUV 92.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 87 85 148 0.41 0.43 0 0.42 241.9 0.27 0.46
Hex 57 55 94 29 2B 0 2A F2 1B 2E
Octal 127 125 224 51 53 0 52 362 33 56
Binary 1010111 1010101 10010100 101001 101011 0 101010 11110010 11011 101110

Color Harmonies of #575594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575594

Black with #575594

Text Example


Text Example

White with #575594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575594; }

 p { color: rgb(87,85,148); }

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

background-color css

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

 a { background-color: rgb(87,85,148); }

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

border-color css

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

 span { border-color: rgb(87,85,148); }

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