Html Css Color HEX #53588B Governor Bay

📋 copy color: '#53588B'

red 83 ◦ green 88 ◦ blue 139

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

Shades of Governor Bay #53588B

Tints of Governor Bay #53588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.84%

R = 26.77%
G = 28.39%
B = 44.84%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53588B (or 0x53588B) is known color: Governor Bay. HEX triplet: 53, 58 and 8B. RGB value is (83,88,139). Sum of RGB (Red+Green+Blue) = 83+88+139=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #53588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53588B is #ACA774. Grayscale: #5C5C5C. Windows color (decimal): -11315061 or 9132115. OLE color: 9132115.

HSL color Cylindrical-coordinate representation of color #53588B: hue angle of 234.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53588B is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 88 139 -
CMYK 0.40 0.37 0 0.45
HSL 234.64º 0.25% 0.44% -
HSV(B) 234.64º 0.4% 0.55% -
XYZ 11.72 10.68 25.87 -
YUV 92.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 83 88 139 0.40 0.37 0 0.45 234.64 0.25 0.44
Hex 53 58 8B 28 25 0 2D EB 19 2C
Octal 123 130 213 50 45 0 55 353 31 54
Binary 1010011 1011000 10001011 101000 100101 0 101101 11101011 11001 101100

Color Harmonies of #53588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53588B

Black with #53588B

Text Example


Text Example

White with #53588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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