Html Css Color HEX #57559F Governor Bay

📋 copy color: '#57559F'

red 87 ◦ green 85 ◦ blue 159

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

Shades of Governor Bay #57559F

Tints of Governor Bay #57559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 26.28%
G = 25.68%
B = 48.04%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57559F (or 0x57559F) is known color: Governor Bay. HEX triplet: 57, 55 and 9F. RGB value is (87,85,159). Sum of RGB (Red+Green+Blue) = 87+85+159=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #57559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57559F is #A8AA60. Grayscale: #5D5D5D. Windows color (decimal): -11053665 or 10442071. OLE color: 10442071.

HSL color Cylindrical-coordinate representation of color #57559F: hue angle of 241.62º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57559F is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 85 159 -
CMYK 0.45 0.47 0 0.38
HSL 241.62º 0.3% 0.48% -
HSV(B) 241.62º 0.47% 0.62% -
XYZ 13.44 11.03 34.22 -
YUV 94.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 87 85 159 0.45 0.47 0 0.38 241.62 0.3 0.48
Hex 57 55 9F 2D 2F 0 26 F2 1E 30
Octal 127 125 237 55 57 0 46 362 36 60
Binary 1010111 1010101 10011111 101101 101111 0 100110 11110010 11110 110000

Color Harmonies of #57559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57559F

Black with #57559F

Text Example


Text Example

White with #57559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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