Html Css Color HEX #53777C Paradiso

📋 copy color: '#53777C'

red 83 ◦ green 119 ◦ blue 124

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

Shades of Paradiso #53777C

Tints of Paradiso #53777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 25.46%
G = 36.5%
B = 38.04%

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

#53777C (or 0x53777C) is known color: Paradiso. HEX triplet: 53, 77 and 7C. RGB value is (83,119,124). Sum of RGB (Red+Green+Blue) = 83+119+124=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #53777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53777C is #AC8883. Grayscale: #6C6C6C. Windows color (decimal): -11307140 or 8157011. OLE color: 8157011.

HSL color Cylindrical-coordinate representation of color #53777C: 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 #53777C is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 119 124 -
CMYK 0.33 0.04 0 0.51
HSL 187.32º 0.2% 0.41% -
HSV(B) 187.32º 0.33% 0.49% -
XYZ 13.8 16.49 21.52 -
YUV 108.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 83 119 124 0.33 0.04 0 0.51 187.32 0.2 0.41
Hex 53 77 7C 21 4 0 33 BB 14 29
Octal 123 167 174 41 4 0 63 273 24 51
Binary 1010011 1110111 1111100 100001 100 0 110011 10111011 10100 101001

Color Harmonies of #53777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53777C

Black with #53777C

Text Example


Text Example

White with #53777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53777C;
 }
 .AnyTagClassName
 {
   color: #53777C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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