Html Css Color HEX #53609E Governor Bay

📋 copy color: '#53609E'

red 83 ◦ green 96 ◦ blue 158

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

Shades of Governor Bay #53609E

Tints of Governor Bay #53609E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

 BLUE value IS 158 (62.11% from 255) = 46.88%

R = 24.63%
G = 28.49%
B = 46.88%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53609E (or 0x53609E) is known color: Governor Bay. HEX triplet: 53, 60 and 9E. RGB value is (83,96,158). Sum of RGB (Red+Green+Blue) = 83+96+158=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #53609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53609E is #AC9F61. Grayscale: #626262. Windows color (decimal): -11312994 or 10379347. OLE color: 10379347.

HSL color Cylindrical-coordinate representation of color #53609E: hue angle of 229.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53609E is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 96 158 -
CMYK 0.47 0.39 0 0.38
HSL 229.6º 0.31% 0.47% -
HSV(B) 229.6º 0.47% 0.62% -
XYZ 13.92 12.67 34.06 -
YUV 99.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 83 96 158 0.47 0.39 0 0.38 229.6 0.31 0.47
Hex 53 60 9E 2F 27 0 26 E6 1F 2F
Octal 123 140 236 57 47 0 46 346 37 57
Binary 1010011 1100000 10011110 101111 100111 0 100110 11100110 11111 101111

Color Harmonies of #53609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53609E

Black with #53609E

Text Example


Text Example

White with #53609E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,96,158); }

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

background-color css

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

 a { background-color: rgb(83,96,158); }

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

border-color css

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

 span { border-color: rgb(83,96,158); }

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