Html Css Color HEX #52777E Paradiso

📋 copy color: '#52777E'

red 82 ◦ green 119 ◦ blue 126

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

Shades of Paradiso #52777E

Tints of Paradiso #52777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 25.08%
G = 36.39%
B = 38.53%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52777E (or 0x52777E) is known color: Paradiso. HEX triplet: 52, 77 and 7E. RGB value is (82,119,126). Sum of RGB (Red+Green+Blue) = 82+119+126=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #52777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52777E is #AD8881. Grayscale: #6C6C6C. Windows color (decimal): -11372674 or 8288082. OLE color: 8288082.

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

Color convert

RGB 82 119 126 -
CMYK 0.35 0.06 0 0.51
HSL 189.55º 0.21% 0.41% -
HSV(B) 189.55º 0.35% 0.49% -
XYZ 13.84 16.49 22.19 -
YUV 108.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 82 119 126 0.35 0.06 0 0.51 189.55 0.21 0.41
Hex 52 77 7E 23 6 0 33 BE 15 29
Octal 122 167 176 43 6 0 63 276 25 51
Binary 1010010 1110111 1111110 100011 110 0 110011 10111110 10101 101001

Color Harmonies of #52777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52777E

Black with #52777E

Text Example


Text Example

White with #52777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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