Html Css Color HEX #53519D Governor Bay

📋 copy color: '#53519D'

red 83 ◦ green 81 ◦ blue 157

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

Shades of Governor Bay #53519D

Tints of Governor Bay #53519D

RGB

 RED value IS 83 (32.81% from 255) = 25.86%

 GREEN value IS 81 (32.03% from 255) = 25.23%

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

R = 25.86%
G = 25.23%
B = 48.91%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53519D (or 0x53519D) is known color: Governor Bay. HEX triplet: 53, 51 and 9D. RGB value is (83,81,157). Sum of RGB (Red+Green+Blue) = 83+81+157=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #53519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53519D is #ACAE62. Grayscale: #595959. Windows color (decimal): -11316835 or 10309971. OLE color: 10309971.

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

Color convert

RGB 83 81 157 -
CMYK 0.47 0.48 0 0.38
HSL 241.58º 0.32% 0.47% -
HSV(B) 241.58º 0.48% 0.62% -
XYZ 12.6 10.16 33.2 -
YUV 90.26 165.66 122.82 -
System Red Green Blue C M Y K H S L
Decimal 83 81 157 0.47 0.48 0 0.38 241.58 0.32 0.47
Hex 53 51 9D 2F 30 0 26 F2 20 2F
Octal 123 121 235 57 60 0 46 362 40 57
Binary 1010011 1010001 10011101 101111 110000 0 100110 11110010 100000 101111

Color Harmonies of #53519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53519D

Black with #53519D

Text Example


Text Example

White with #53519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,81,157); }

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

background-color css

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

 a { background-color: rgb(83,81,157); }

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

border-color css

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

 span { border-color: rgb(83,81,157); }

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