Html Css Color HEX #526369 Smalt Blue

📋 copy color: '#526369'

red 82 ◦ green 99 ◦ blue 105

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

Shades of Smalt Blue #526369

Tints of Smalt Blue #526369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 28.67%
G = 34.62%
B = 36.71%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#526369 (or 0x526369) is known color: Smalt Blue. HEX triplet: 52, 63 and 69. RGB value is (82,99,105). Sum of RGB (Red+Green+Blue) = 82+99+105=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #526369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526369 is #AD9C96. Grayscale: #5E5E5E. Windows color (decimal): -11377815 or 6906706. OLE color: 6906706.

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

Color convert

RGB 82 99 105 -
CMYK 0.22 0.06 0 0.59
HSL 195.65º 0.12% 0.37% -
HSV(B) 195.65º 0.22% 0.41% -
XYZ 10.49 11.74 15.08 -
YUV 94.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 82 99 105 0.22 0.06 0 0.59 195.65 0.12 0.37
Hex 52 63 69 16 6 0 3B C4 C 25
Octal 122 143 151 26 6 0 73 304 14 45
Binary 1010010 1100011 1101001 10110 110 0 111011 11000100 1100 100101

Color Harmonies of #526369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526369

Black with #526369

Text Example


Text Example

White with #526369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526369; }

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

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

background-color css

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

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

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

border-color css

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

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

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