Html Css Color HEX #525F63 Smalt Blue

📋 copy color: '#525F63'

red 82 ◦ green 95 ◦ blue 99

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

Shades of Smalt Blue #525F63

Tints of Smalt Blue #525F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.42%

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 29.71%
G = 34.42%
B = 35.87%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#525F63 (or 0x525F63) is known color: Smalt Blue. HEX triplet: 52, 5F and 63. RGB value is (82,95,99). Sum of RGB (Red+Green+Blue) = 82+95+99=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #525F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F63 is #ADA09C. Grayscale: #5B5B5B. Windows color (decimal): -11378845 or 6512466. OLE color: 6512466.

HSL color Cylindrical-coordinate representation of color #525F63: hue angle of 194.12º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #525F63 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 95 99 -
CMYK 0.17 0.04 0 0.61
HSL 194.12º 0.09% 0.35% -
HSV(B) 194.12º 0.17% 0.39% -
XYZ 9.82 10.88 13.39 -
YUV 91.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 82 95 99 0.17 0.04 0 0.61 194.12 0.09 0.35
Hex 52 5F 63 11 4 0 3D C2 9 23
Octal 122 137 143 21 4 0 75 302 11 43
Binary 1010010 1011111 1100011 10001 100 0 111101 11000010 1001 100011

Color Harmonies of #525F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F63

Black with #525F63

Text Example


Text Example

White with #525F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F63; }

 p { color: rgb(82,95,99); }

 H1.HeaderClassName
 {
   color: #525F63;
 }
 .AnyTagClassName
 {
   color: #525F63;
 }
</style>

background-color css

<style>
 a { background-color: #525F63; }

 a { background-color: rgb(82,95,99); }

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

border-color css

<style>
 span { border-color: #525F63; }

 span { border-color: rgb(82,95,99); }

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