Html Css Color HEX #53598B Governor Bay

📋 copy color: '#53598B'

red 83 ◦ green 89 ◦ blue 139

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

Shades of Governor Bay #53598B

Tints of Governor Bay #53598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 26.69%
G = 28.62%
B = 44.69%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53598B (or 0x53598B) is known color: Governor Bay. HEX triplet: 53, 59 and 8B. RGB value is (83,89,139). Sum of RGB (Red+Green+Blue) = 83+89+139=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #53598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53598B is #ACA674. Grayscale: #5C5C5C. Windows color (decimal): -11314805 or 9132371. OLE color: 9132371.

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

Color convert

RGB 83 89 139 -
CMYK 0.40 0.36 0 0.45
HSL 233.57º 0.25% 0.44% -
HSV(B) 233.57º 0.4% 0.55% -
XYZ 11.8 10.85 25.9 -
YUV 92.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 83 89 139 0.40 0.36 0 0.45 233.57 0.25 0.44
Hex 53 59 8B 28 24 0 2D EA 19 2C
Octal 123 131 213 50 44 0 55 352 31 54
Binary 1010011 1011001 10001011 101000 100100 0 101101 11101010 11001 101100

Color Harmonies of #53598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53598B

Black with #53598B

Text Example


Text Example

White with #53598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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