Html Css Color HEX #53548B Governor Bay

📋 copy color: '#53548B'

red 83 ◦ green 84 ◦ blue 139

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

Shades of Governor Bay #53548B

Tints of Governor Bay #53548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 27.12%
G = 27.45%
B = 45.42%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53548B (or 0x53548B) is known color: Governor Bay. HEX triplet: 53, 54 and 8B. RGB value is (83,84,139). Sum of RGB (Red+Green+Blue) = 83+84+139=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #53548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53548B is #ACAB74. Grayscale: #595959. Windows color (decimal): -11316085 or 9131091. OLE color: 9131091.

HSL color Cylindrical-coordinate representation of color #53548B: hue angle of 238.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53548B is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 84 139 -
CMYK 0.40 0.40 0 0.45
HSL 238.93º 0.25% 0.44% -
HSV(B) 238.93º 0.4% 0.55% -
XYZ 11.4 10.04 25.76 -
YUV 89.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 83 84 139 0.40 0.40 0 0.45 238.93 0.25 0.44
Hex 53 54 8B 28 28 0 2D EF 19 2C
Octal 123 124 213 50 50 0 55 357 31 54
Binary 1010011 1010100 10001011 101000 101000 0 101101 11101111 11001 101100

Color Harmonies of #53548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53548B

Black with #53548B

Text Example


Text Example

White with #53548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,84,139); }

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

background-color css

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

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

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

border-color css

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

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

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