#53777D

Color #53777D Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #53777D

Tints of Paradiso #53777D

Color information

#53777D (or 0x53777D) is unknown color: approx Paradiso. HEX triplet: 53, 77 and 7D. RGB value is (83,119,125). Sum of RGB (Red+Green+Blue) = 83+119+125=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #53777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53777D is #AC8882. Grayscale: #6C6C6C. Windows color (decimal): -11307139 or 8222547. OLE color: 8222547.

HSL color Cylindrical-coordinate representation of color #53777D: hue angle of 188.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53777D is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83119125-
CMYK0.340.0500.51
HSL188.57º20.19%40.78%-
HSV(B)188.57º33.6%49.02%-
XYZ13.8716.5121.86-
YUV108.92137.07109.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=25.38%
G=36.39%
B=38.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831191250.340.0500.51188.5720.1940.78
Hex53777D225033bd1429
Octal1231671754250632752451
Binary10100111110111111110110001010101100111011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53777D; }

 p { color: rgb(83,119,125); }

 H1.HeaderClassName
 {
   color: #53777D;
 }
 .AnyTagClassName
 {
   color: #53777D;
 }
</style>
background-color css

<style>
 a { background-color: #53777D; }

 a { background-color: rgb(83,119,125); }

 div.DivClassName
 {
   background-color: #53777D;
 }
 .BgClassName
 {
   background-color: #53777D;
 }
</style>
border-color css

<style>
 span { border-color: #53777D; }

 span { border-color: rgb(83,119,125); }

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