Html Css Color HEX #53787F Paradiso

📋 copy color: '#53787F'

red 83 ◦ green 120 ◦ blue 127

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

Shades of Paradiso #53787F

Tints of Paradiso #53787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 127 (50% from 255) = 38.48%

R = 25.15%
G = 36.36%
B = 38.48%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53787F (or 0x53787F) is known color: Paradiso. HEX triplet: 53, 78 and 7F. RGB value is (83,120,127). Sum of RGB (Red+Green+Blue) = 83+120+127=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #53787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53787F is #AC8780. Grayscale: #6D6D6D. Windows color (decimal): -11306881 or 8353875. OLE color: 8353875.

HSL color Cylindrical-coordinate representation of color #53787F: hue angle of 189.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53787F is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 120 127 -
CMYK 0.35 0.06 0 0.50
HSL 189.55º 0.21% 0.41% -
HSV(B) 189.55º 0.35% 0.5% -
XYZ 14.11 16.8 22.58 -
YUV 109.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 83 120 127 0.35 0.06 0 0.50 189.55 0.21 0.41
Hex 53 78 7F 23 6 0 32 BE 15 29
Octal 123 170 177 43 6 0 62 276 25 51
Binary 1010011 1111000 1111111 100011 110 0 110010 10111110 10101 101001

Color Harmonies of #53787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53787F

Black with #53787F

Text Example


Text Example

White with #53787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53787F; }

 p { color: rgb(83,120,127); }

 H1.HeaderClassName
 {
   color: #53787F;
 }
 .AnyTagClassName
 {
   color: #53787F;
 }
</style>

background-color css

<style>
 a { background-color: #53787F; }

 a { background-color: rgb(83,120,127); }

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

border-color css

<style>
 span { border-color: #53787F; }

 span { border-color: rgb(83,120,127); }

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