Html Css Color HEX #53588E Governor Bay

📋 copy color: '#53588E'

red 83 ◦ green 88 ◦ blue 142

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

Shades of Governor Bay #53588E

Tints of Governor Bay #53588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

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

R = 26.52%
G = 28.12%
B = 45.37%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53588E (or 0x53588E) is known color: Governor Bay. HEX triplet: 53, 58 and 8E. RGB value is (83,88,142). Sum of RGB (Red+Green+Blue) = 83+88+142=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #53588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53588E is #ACA771. Grayscale: #5C5C5C. Windows color (decimal): -11315058 or 9328723. OLE color: 9328723.

HSL color Cylindrical-coordinate representation of color #53588E: hue angle of 234.92º 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 #53588E is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 88 142 -
CMYK 0.42 0.38 0 0.44
HSL 234.92º 0.26% 0.44% -
HSV(B) 234.92º 0.42% 0.56% -
XYZ 11.94 10.77 27.04 -
YUV 92.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 83 88 142 0.42 0.38 0 0.44 234.92 0.26 0.44
Hex 53 58 8E 2A 26 0 2C EB 1A 2C
Octal 123 130 216 52 46 0 54 353 32 54
Binary 1010011 1011000 10001110 101010 100110 0 101100 11101011 11010 101100

Color Harmonies of #53588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53588E

Black with #53588E

Text Example


Text Example

White with #53588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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