Html Css Color HEX #53589C Governor Bay

📋 copy color: '#53589C'

red 83 ◦ green 88 ◦ blue 156

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

Shades of Governor Bay #53589C

Tints of Governor Bay #53589C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.71%

R = 25.38%
G = 26.91%
B = 47.71%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53589C (or 0x53589C) is known color: Governor Bay. HEX triplet: 53, 58 and 9C. RGB value is (83,88,156). Sum of RGB (Red+Green+Blue) = 83+88+156=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #53589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53589C is #ACA763. Grayscale: #5D5D5D. Windows color (decimal): -11315044 or 10246227. OLE color: 10246227.

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

Color convert

RGB 83 88 156 -
CMYK 0.47 0.44 0 0.39
HSL 235.89º 0.31% 0.47% -
HSV(B) 235.89º 0.47% 0.61% -
XYZ 13.06 11.22 32.93 -
YUV 94.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 83 88 156 0.47 0.44 0 0.39 235.89 0.31 0.47
Hex 53 58 9C 2F 2C 0 27 EC 1F 2F
Octal 123 130 234 57 54 0 47 354 37 57
Binary 1010011 1011000 10011100 101111 101100 0 100111 11101100 11111 101111

Color Harmonies of #53589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53589C

Black with #53589C

Text Example


Text Example

White with #53589C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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