Html Css Color HEX #53559B Governor Bay

📋 copy color: '#53559B'

red 83 ◦ green 85 ◦ blue 155

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

Shades of Governor Bay #53559B

Tints of Governor Bay #53559B

RGB

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

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

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

R = 25.7%
G = 26.32%
B = 47.99%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53559B (or 0x53559B) is known color: Governor Bay. HEX triplet: 53, 55 and 9B. RGB value is (83,85,155). Sum of RGB (Red+Green+Blue) = 83+85+155=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #53559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53559B is #ACAA64. Grayscale: #5C5C5C. Windows color (decimal): -11315813 or 10179923. OLE color: 10179923.

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

Color convert

RGB 83 85 155 -
CMYK 0.46 0.45 0 0.39
HSL 238.33º 0.3% 0.47% -
HSV(B) 238.33º 0.46% 0.61% -
XYZ 12.73 10.7 32.41 -
YUV 92.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 83 85 155 0.46 0.45 0 0.39 238.33 0.3 0.47
Hex 53 55 9B 2E 2D 0 27 EE 1E 2F
Octal 123 125 233 56 55 0 47 356 36 57
Binary 1010011 1010101 10011011 101110 101101 0 100111 11101110 11110 101111

Color Harmonies of #53559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53559B

Black with #53559B

Text Example


Text Example

White with #53559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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