Html Css Color HEX #53558E Governor Bay

📋 copy color: '#53558E'

red 83 ◦ green 85 ◦ blue 142

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

Shades of Governor Bay #53558E

Tints of Governor Bay #53558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 26.77%
G = 27.42%
B = 45.81%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53558E (or 0x53558E) is known color: Governor Bay. HEX triplet: 53, 55 and 8E. RGB value is (83,85,142). Sum of RGB (Red+Green+Blue) = 83+85+142=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #53558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53558E is #ACAA71. Grayscale: #5A5A5A. Windows color (decimal): -11315826 or 9327955. OLE color: 9327955.

HSL color Cylindrical-coordinate representation of color #53558E: hue angle of 237.97º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53558E is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 85 142 -
CMYK 0.42 0.40 0 0.44
HSL 237.97º 0.26% 0.44% -
HSV(B) 237.97º 0.42% 0.56% -
XYZ 11.7 10.29 26.96 -
YUV 90.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 83 85 142 0.42 0.40 0 0.44 237.97 0.26 0.44
Hex 53 55 8E 2A 28 0 2C EE 1A 2C
Octal 123 125 216 52 50 0 54 356 32 54
Binary 1010011 1010101 10001110 101010 101000 0 101100 11101110 11010 101100

Color Harmonies of #53558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53558E

Black with #53558E

Text Example


Text Example

White with #53558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53558E; }

 p { color: rgb(83,85,142); }

 H1.HeaderClassName
 {
   color: #53558E;
 }
 .AnyTagClassName
 {
   color: #53558E;
 }
</style>

background-color css

<style>
 a { background-color: #53558E; }

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

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

border-color css

<style>
 span { border-color: #53558E; }

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

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