Html Css Color HEX #54787D Paradiso

📋 copy color: '#54787D'

red 84 ◦ green 120 ◦ blue 125

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

Shades of Paradiso #54787D

Tints of Paradiso #54787D

RGB

 RED value IS 84 (33.2% from 255) = 25.53%

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

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 25.53%
G = 36.47%
B = 37.99%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54787D (or 0x54787D) is known color: Paradiso. HEX triplet: 54, 78 and 7D. RGB value is (84,120,125). Sum of RGB (Red+Green+Blue) = 84+120+125=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #54787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54787D is #AB8782. Grayscale: #6D6D6D. Windows color (decimal): -11241347 or 8222804. OLE color: 8222804.

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

Color convert

RGB 84 120 125 -
CMYK 0.33 0.04 0 0.51
HSL 187.32º 0.2% 0.41% -
HSV(B) 187.32º 0.33% 0.49% -
XYZ 14.07 16.8 21.9 -
YUV 109.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 84 120 125 0.33 0.04 0 0.51 187.32 0.2 0.41
Hex 54 78 7D 21 4 0 33 BB 14 29
Octal 124 170 175 41 4 0 63 273 24 51
Binary 1010100 1111000 1111101 100001 100 0 110011 10111011 10100 101001

Color Harmonies of #54787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54787D

Black with #54787D

Text Example


Text Example

White with #54787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,120,125); }

 H1.HeaderClassName
 {
   color: #54787D;
 }
 .AnyTagClassName
 {
   color: #54787D;
 }
</style>

background-color css

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

 a { background-color: rgb(84,120,125); }

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

border-color css

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

 span { border-color: rgb(84,120,125); }

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