Html Css Color HEX #57509D Governor Bay

📋 copy color: '#57509D'

red 87 ◦ green 80 ◦ blue 157

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

Shades of Governor Bay #57509D

Tints of Governor Bay #57509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 26.85%
G = 24.69%
B = 48.46%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57509D (or 0x57509D) is known color: Governor Bay. HEX triplet: 57, 50 and 9D. RGB value is (87,80,157). Sum of RGB (Red+Green+Blue) = 87+80+157=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #57509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57509D is #A8AF62. Grayscale: #5A5A5A. Windows color (decimal): -11054947 or 10309719. OLE color: 10309719.

HSL color Cylindrical-coordinate representation of color #57509D: hue angle of 245.45º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57509D is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 80 157 -
CMYK 0.45 0.49 0 0.38
HSL 245.45º 0.32% 0.46% -
HSV(B) 245.45º 0.49% 0.62% -
XYZ 12.88 10.2 33.19 -
YUV 90.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 87 80 157 0.45 0.49 0 0.38 245.45 0.32 0.46
Hex 57 50 9D 2D 31 0 26 F5 20 2E
Octal 127 120 235 55 61 0 46 365 40 56
Binary 1010111 1010000 10011101 101101 110001 0 100110 11110101 100000 101110

Color Harmonies of #57509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57509D

Black with #57509D

Text Example


Text Example

White with #57509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57509D; }

 p { color: rgb(87,80,157); }

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

background-color css

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

 a { background-color: rgb(87,80,157); }

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

border-color css

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

 span { border-color: rgb(87,80,157); }

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