Html Css Color HEX #53598C Governor Bay

📋 copy color: '#53598C'

red 83 ◦ green 89 ◦ blue 140

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

Shades of Governor Bay #53598C

Tints of Governor Bay #53598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.87%

R = 26.6%
G = 28.53%
B = 44.87%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53598C (or 0x53598C) is known color: Governor Bay. HEX triplet: 53, 59 and 8C. RGB value is (83,89,140). Sum of RGB (Red+Green+Blue) = 83+89+140=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #53598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53598C is #ACA673. Grayscale: #5C5C5C. Windows color (decimal): -11314804 or 9197907. OLE color: 9197907.

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

Color convert

RGB 83 89 140 -
CMYK 0.41 0.36 0 0.45
HSL 233.68º 0.26% 0.44% -
HSV(B) 233.68º 0.41% 0.55% -
XYZ 11.87 10.88 26.28 -
YUV 93.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 83 89 140 0.41 0.36 0 0.45 233.68 0.26 0.44
Hex 53 59 8C 29 24 0 2D EA 1A 2C
Octal 123 131 214 51 44 0 55 352 32 54
Binary 1010011 1011001 10001100 101001 100100 0 101101 11101010 11010 101100

Color Harmonies of #53598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53598C

Black with #53598C

Text Example


Text Example

White with #53598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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