Html Css Color HEX #53548D Governor Bay

📋 copy color: '#53548D'

red 83 ◦ green 84 ◦ blue 141

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

Shades of Governor Bay #53548D

Tints of Governor Bay #53548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 26.95%
G = 27.27%
B = 45.78%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53548D (or 0x53548D) is known color: Governor Bay. HEX triplet: 53, 54 and 8D. RGB value is (83,84,141). Sum of RGB (Red+Green+Blue) = 83+84+141=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #53548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53548D is #ACAB72. Grayscale: #595959. Windows color (decimal): -11316083 or 9262163. OLE color: 9262163.

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

Color convert

RGB 83 84 141 -
CMYK 0.41 0.40 0 0.45
HSL 238.97º 0.26% 0.44% -
HSV(B) 238.97º 0.41% 0.55% -
XYZ 11.55 10.1 26.54 -
YUV 90.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 83 84 141 0.41 0.40 0 0.45 238.97 0.26 0.44
Hex 53 54 8D 29 28 0 2D EF 1A 2C
Octal 123 124 215 51 50 0 55 357 32 54
Binary 1010011 1010100 10001101 101001 101000 0 101101 11101111 11010 101100

Color Harmonies of #53548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53548D

Black with #53548D

Text Example


Text Example

White with #53548D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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