Html Css Color HEX #526368 Smalt Blue

📋 copy color: '#526368'

red 82 ◦ green 99 ◦ blue 104

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

Shades of Smalt Blue #526368

Tints of Smalt Blue #526368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 104 (41.02% from 255) = 36.49%

R = 28.77%
G = 34.74%
B = 36.49%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#526368 (or 0x526368) is known color: Smalt Blue. HEX triplet: 52, 63 and 68. RGB value is (82,99,104). Sum of RGB (Red+Green+Blue) = 82+99+104=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #526368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526368 is #AD9C97. Grayscale: #5E5E5E. Windows color (decimal): -11377816 or 6841170. OLE color: 6841170.

HSL color Cylindrical-coordinate representation of color #526368: hue angle of 193.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526368 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 99 104 -
CMYK 0.21 0.05 0 0.59
HSL 193.64º 0.12% 0.36% -
HSV(B) 193.64º 0.21% 0.41% -
XYZ 10.44 11.72 14.81 -
YUV 94.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 82 99 104 0.21 0.05 0 0.59 193.64 0.12 0.36
Hex 52 63 68 15 5 0 3B C2 C 24
Octal 122 143 150 25 5 0 73 302 14 44
Binary 1010010 1100011 1101000 10101 101 0 111011 11000010 1100 100100

Color Harmonies of #526368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526368

Black with #526368

Text Example


Text Example

White with #526368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526368; }

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

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

background-color css

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

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

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

border-color css

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

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

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