Html Css Color HEX #53558A Governor Bay

📋 copy color: '#53558A'

red 83 ◦ green 85 ◦ blue 138

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

Shades of Governor Bay #53558A

Tints of Governor Bay #53558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 27.12%
G = 27.78%
B = 45.1%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53558A (or 0x53558A) is known color: Governor Bay. HEX triplet: 53, 55 and 8A. RGB value is (83,85,138). Sum of RGB (Red+Green+Blue) = 83+85+138=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #53558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53558A is #ACAA75. Grayscale: #5A5A5A. Windows color (decimal): -11315830 or 9065811. OLE color: 9065811.

HSL color Cylindrical-coordinate representation of color #53558A: hue angle of 237.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53558A is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 85 138 -
CMYK 0.40 0.38 0 0.46
HSL 237.82º 0.25% 0.43% -
HSV(B) 237.82º 0.4% 0.54% -
XYZ 11.4 10.17 25.41 -
YUV 90.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 83 85 138 0.40 0.38 0 0.46 237.82 0.25 0.43
Hex 53 55 8A 28 26 0 2E EE 19 2B
Octal 123 125 212 50 46 0 56 356 31 53
Binary 1010011 1010101 10001010 101000 100110 0 101110 11101110 11001 101011

Color Harmonies of #53558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53558A

Black with #53558A

Text Example


Text Example

White with #53558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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