Html Css Color HEX #53599B Governor Bay

📋 copy color: '#53599B'

red 83 ◦ green 89 ◦ blue 155

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

Shades of Governor Bay #53599B

Tints of Governor Bay #53599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 25.38%
G = 27.22%
B = 47.4%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53599B (or 0x53599B) is known color: Governor Bay. HEX triplet: 53, 59 and 9B. RGB value is (83,89,155). Sum of RGB (Red+Green+Blue) = 83+89+155=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #53599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53599B is #ACA664. Grayscale: #5E5E5E. Windows color (decimal): -11314789 or 10180947. OLE color: 10180947.

HSL color Cylindrical-coordinate representation of color #53599B: hue angle of 235º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53599B is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 89 155 -
CMYK 0.46 0.43 0 0.39
HSL 235º 0.3% 0.47% -
HSV(B) 235º 0.46% 0.61% -
XYZ 13.06 11.35 32.51 -
YUV 94.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 83 89 155 0.46 0.43 0 0.39 235 0.3 0.47
Hex 53 59 9B 2E 2B 0 27 EB 1E 2F
Octal 123 131 233 56 53 0 47 353 36 57
Binary 1010011 1011001 10011011 101110 101011 0 100111 11101011 11110 101111

Color Harmonies of #53599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53599B

Black with #53599B

Text Example


Text Example

White with #53599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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