Html Css Color HEX #53539B Governor Bay

📋 copy color: '#53539B'

red 83 ◦ green 83 ◦ blue 155

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

Shades of Governor Bay #53539B

Tints of Governor Bay #53539B

RGB

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

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

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

R = 25.86%
G = 25.86%
B = 48.29%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53539B (or 0x53539B) is known color: Governor Bay. HEX triplet: 53, 53 and 9B. RGB value is (83,83,155). Sum of RGB (Red+Green+Blue) = 83+83+155=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #53539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53539B is #ACAC64. Grayscale: #5A5A5A. Windows color (decimal): -11316325 or 10179411. OLE color: 10179411.

HSL color Cylindrical-coordinate representation of color #53539B: hue angle of 240º 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 #53539B is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 83 155 -
CMYK 0.46 0.46 0 0.39
HSL 240º 0.3% 0.47% -
HSV(B) 240º 0.46% 0.61% -
XYZ 12.58 10.39 32.35 -
YUV 91.21 164 122.15 -
System Red Green Blue C M Y K H S L
Decimal 83 83 155 0.46 0.46 0 0.39 240 0.3 0.47
Hex 53 53 9B 2E 2E 0 27 F0 1E 2F
Octal 123 123 233 56 56 0 47 360 36 57
Binary 1010011 1010011 10011011 101110 101110 0 100111 11110000 11110 101111

Color Harmonies of #53539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53539B

Black with #53539B

Text Example


Text Example

White with #53539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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