Html Css Color HEX #57509C Governor Bay

📋 copy color: '#57509C'

red 87 ◦ green 80 ◦ blue 156

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

Shades of Governor Bay #57509C

Tints of Governor Bay #57509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.3%

R = 26.93%
G = 24.77%
B = 48.3%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57509C (or 0x57509C) is known color: Governor Bay. HEX triplet: 57, 50 and 9C. RGB value is (87,80,156). Sum of RGB (Red+Green+Blue) = 87+80+156=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #57509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57509C is #A8AF63. Grayscale: #5A5A5A. Windows color (decimal): -11054948 or 10244183. OLE color: 10244183.

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

Color convert

RGB 87 80 156 -
CMYK 0.44 0.49 0 0.39
HSL 245.53º 0.32% 0.46% -
HSV(B) 245.53º 0.49% 0.61% -
XYZ 12.8 10.16 32.74 -
YUV 90.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 87 80 156 0.44 0.49 0 0.39 245.53 0.32 0.46
Hex 57 50 9C 2C 31 0 27 F6 20 2E
Octal 127 120 234 54 61 0 47 366 40 56
Binary 1010111 1010000 10011100 101100 110001 0 100111 11110110 100000 101110

Color Harmonies of #57509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57509C

Black with #57509C

Text Example


Text Example

White with #57509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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