Html Css Color HEX #53479F Governor Bay

📋 copy color: '#53479F'

red 83 ◦ green 71 ◦ blue 159

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

Shades of Governor Bay #53479F

Tints of Governor Bay #53479F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.68%

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

R = 26.52%
G = 22.68%
B = 50.8%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53479F (or 0x53479F) is known color: Governor Bay. HEX triplet: 53, 47 and 9F. RGB value is (83,71,159). Sum of RGB (Red+Green+Blue) = 83+71+159=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #53479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53479F is #ACB860. Grayscale: #545454. Windows color (decimal): -11319393 or 10438483. OLE color: 10438483.

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

Color convert

RGB 83 71 159 -
CMYK 0.48 0.55 0 0.38
HSL 248.18º 0.38% 0.45% -
HSV(B) 248.18º 0.55% 0.62% -
XYZ 12.08 8.85 33.87 -
YUV 84.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 83 71 159 0.48 0.55 0 0.38 248.18 0.38 0.45
Hex 53 47 9F 30 37 0 26 F8 26 2D
Octal 123 107 237 60 67 0 46 370 46 55
Binary 1010011 1000111 10011111 110000 110111 0 100110 11111000 100110 101101

Color Harmonies of #53479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53479F

Black with #53479F

Text Example


Text Example

White with #53479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,71,159); }

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

background-color css

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

 a { background-color: rgb(83,71,159); }

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

border-color css

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

 span { border-color: rgb(83,71,159); }

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