Html Css Color HEX #53558D Governor Bay

📋 copy color: '#53558D'

red 83 ◦ green 85 ◦ blue 141

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

Shades of Governor Bay #53558D

Tints of Governor Bay #53558D

RGB

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

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

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

R = 26.86%
G = 27.51%
B = 45.63%

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

#53558D (or 0x53558D) is known color: Governor Bay. HEX triplet: 53, 55 and 8D. RGB value is (83,85,141). Sum of RGB (Red+Green+Blue) = 83+85+141=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #53558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53558D is #ACAA72. Grayscale: #5A5A5A. Windows color (decimal): -11315827 or 9262419. OLE color: 9262419.

HSL color Cylindrical-coordinate representation of color #53558D: hue angle of 237.93º 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 #53558D is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 85 141 -
CMYK 0.41 0.40 0 0.45
HSL 237.93º 0.26% 0.44% -
HSV(B) 237.93º 0.41% 0.55% -
XYZ 11.62 10.26 26.57 -
YUV 90.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 83 85 141 0.41 0.40 0 0.45 237.93 0.26 0.44
Hex 53 55 8D 29 28 0 2D EE 1A 2C
Octal 123 125 215 51 50 0 55 356 32 54
Binary 1010011 1010101 10001101 101001 101000 0 101101 11101110 11010 101100

Color Harmonies of #53558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53558D

Black with #53558D

Text Example


Text Example

White with #53558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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