Html Css Color HEX #53777D Paradiso

📋 copy color: '#53777D'

red 83 ◦ green 119 ◦ blue 125

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

Shades of Paradiso #53777D

Tints of Paradiso #53777D

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 value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53777D (or 0x53777D) is known color: 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

RGB 83 119 125 -
CMYK 0.34 0.05 0 0.51
HSL 188.57º 0.2% 0.41% -
HSV(B) 188.57º 0.34% 0.49% -
XYZ 13.87 16.51 21.86 -
YUV 108.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 83 119 125 0.34 0.05 0 0.51 188.57 0.2 0.41
Hex 53 77 7D 22 5 0 33 BD 14 29
Octal 123 167 175 42 5 0 63 275 24 51
Binary 1010011 1110111 1111101 100010 101 0 110011 10111101 10100 101001

Color Harmonies of #53777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53777D

Black with #53777D

Text Example


Text Example

White with #53777D

Text Example


Text Example

HTML Codes & Css Web 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>