Html Css Color HEX #52767B Paradiso

📋 copy color: '#52767B'

red 82 ◦ green 118 ◦ blue 123

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

Shades of Paradiso #52767B

Tints of Paradiso #52767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 25.39%
G = 36.53%
B = 38.08%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52767B (or 0x52767B) is known color: Paradiso. HEX triplet: 52, 76 and 7B. RGB value is (82,118,123). Sum of RGB (Red+Green+Blue) = 82+118+123=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #52767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52767B is #AD8984. Grayscale: #6B6B6B. Windows color (decimal): -11372933 or 8091218. OLE color: 8091218.

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

Color convert

RGB 82 118 123 -
CMYK 0.33 0.04 0 0.52
HSL 187.32º 0.2% 0.4% -
HSV(B) 187.32º 0.33% 0.48% -
XYZ 13.53 16.18 21.15 -
YUV 107.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 82 118 123 0.33 0.04 0 0.52 187.32 0.2 0.4
Hex 52 76 7B 21 4 0 34 BB 14 28
Octal 122 166 173 41 4 0 64 273 24 50
Binary 1010010 1110110 1111011 100001 100 0 110100 10111011 10100 101000

Color Harmonies of #52767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52767B

Black with #52767B

Text Example


Text Example

White with #52767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52767B; }

 p { color: rgb(82,118,123); }

 H1.HeaderClassName
 {
   color: #52767B;
 }
 .AnyTagClassName
 {
   color: #52767B;
 }
</style>

background-color css

<style>
 a { background-color: #52767B; }

 a { background-color: rgb(82,118,123); }

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

border-color css

<style>
 span { border-color: #52767B; }

 span { border-color: rgb(82,118,123); }

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