Html Css Color HEX #53559C Governor Bay

📋 copy color: '#53559C'

red 83 ◦ green 85 ◦ blue 156

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

Shades of Governor Bay #53559C

Tints of Governor Bay #53559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

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

R = 25.62%
G = 26.23%
B = 48.15%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53559C (or 0x53559C) is known color: Governor Bay. HEX triplet: 53, 55 and 9C. RGB value is (83,85,156). Sum of RGB (Red+Green+Blue) = 83+85+156=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #53559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53559C is #ACAA63. Grayscale: #5C5C5C. Windows color (decimal): -11315812 or 10245459. OLE color: 10245459.

HSL color Cylindrical-coordinate representation of color #53559C: hue angle of 238.36º 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 #53559C is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 85 156 -
CMYK 0.47 0.46 0 0.39
HSL 238.36º 0.31% 0.47% -
HSV(B) 238.36º 0.47% 0.61% -
XYZ 12.82 10.74 32.85 -
YUV 92.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 83 85 156 0.47 0.46 0 0.39 238.36 0.31 0.47
Hex 53 55 9C 2F 2E 0 27 EE 1F 2F
Octal 123 125 234 57 56 0 47 356 37 57
Binary 1010011 1010101 10011100 101111 101110 0 100111 11101110 11111 101111

Color Harmonies of #53559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53559C

Black with #53559C

Text Example


Text Example

White with #53559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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