Html Css Color HEX #52777C Paradiso

📋 copy color: '#52777C'

red 82 ◦ green 119 ◦ blue 124

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

Shades of Paradiso #52777C

Tints of Paradiso #52777C

RGB

 RED value IS 82 (32.42% from 255) = 25.23%

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

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

R = 25.23%
G = 36.62%
B = 38.15%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52777C (or 0x52777C) is known color: Paradiso. HEX triplet: 52, 77 and 7C. RGB value is (82,119,124). Sum of RGB (Red+Green+Blue) = 82+119+124=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #52777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52777C is #AD8883. Grayscale: #6C6C6C. Windows color (decimal): -11372676 or 8157010. OLE color: 8157010.

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

Color convert

RGB 82 119 124 -
CMYK 0.34 0.04 0 0.51
HSL 187.14º 0.2% 0.4% -
HSV(B) 187.14º 0.34% 0.49% -
XYZ 13.71 16.44 21.52 -
YUV 108.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 82 119 124 0.34 0.04 0 0.51 187.14 0.2 0.4
Hex 52 77 7C 22 4 0 33 BB 14 28
Octal 122 167 174 42 4 0 63 273 24 50
Binary 1010010 1110111 1111100 100010 100 0 110011 10111011 10100 101000

Color Harmonies of #52777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52777C

Black with #52777C

Text Example


Text Example

White with #52777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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