Html Css Color HEX #53579B Governor Bay

📋 copy color: '#53579B'

red 83 ◦ green 87 ◦ blue 155

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

Shades of Governor Bay #53579B

Tints of Governor Bay #53579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 25.54%
G = 26.77%
B = 47.69%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53579B (or 0x53579B) is known color: Governor Bay. HEX triplet: 53, 57 and 9B. RGB value is (83,87,155). Sum of RGB (Red+Green+Blue) = 83+87+155=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #53579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53579B is #ACA864. Grayscale: #5D5D5D. Windows color (decimal): -11315301 or 10180435. OLE color: 10180435.

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

Color convert

RGB 83 87 155 -
CMYK 0.46 0.44 0 0.39
HSL 236.67º 0.3% 0.47% -
HSV(B) 236.67º 0.46% 0.61% -
XYZ 12.89 11.02 32.46 -
YUV 93.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 83 87 155 0.46 0.44 0 0.39 236.67 0.3 0.47
Hex 53 57 9B 2E 2C 0 27 ED 1E 2F
Octal 123 127 233 56 54 0 47 355 36 57
Binary 1010011 1010111 10011011 101110 101100 0 100111 11101101 11110 101111

Color Harmonies of #53579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53579B

Black with #53579B

Text Example


Text Example

White with #53579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53579B; }

 p { color: rgb(83,87,155); }

 H1.HeaderClassName
 {
   color: #53579B;
 }
 .AnyTagClassName
 {
   color: #53579B;
 }
</style>

background-color css

<style>
 a { background-color: #53579B; }

 a { background-color: rgb(83,87,155); }

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

border-color css

<style>
 span { border-color: #53579B; }

 span { border-color: rgb(83,87,155); }

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