Html Css Color HEX #526086 Kashmir Blue

📋 copy color: '#526086'

red 82 ◦ green 96 ◦ blue 134

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

Shades of Kashmir Blue #526086

Tints of Kashmir Blue #526086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

 BLUE value IS 134 (52.73% from 255) = 42.95%

R = 26.28%
G = 30.77%
B = 42.95%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526086 (or 0x526086) is known color: Kashmir Blue. HEX triplet: 52, 60 and 86. RGB value is (82,96,134). Sum of RGB (Red+Green+Blue) = 82+96+134=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #526086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526086 is #AD9F79. Grayscale: #5F5F5F. Windows color (decimal): -11378554 or 8806482. OLE color: 8806482.

HSL color Cylindrical-coordinate representation of color #526086: hue angle of 223.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #526086 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 96 134 -
CMYK 0.39 0.28 0 0.47
HSL 223.85º 0.24% 0.42% -
HSV(B) 223.85º 0.39% 0.53% -
XYZ 11.97 11.88 24.22 -
YUV 96.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 82 96 134 0.39 0.28 0 0.47 223.85 0.24 0.42
Hex 52 60 86 27 1C 0 2F E0 18 2A
Octal 122 140 206 47 34 0 57 340 30 52
Binary 1010010 1100000 10000110 100111 11100 0 101111 11100000 11000 101010

Color Harmonies of #526086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526086

Black with #526086

Text Example


Text Example

White with #526086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526086; }

 p { color: rgb(82,96,134); }

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

background-color css

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

 a { background-color: rgb(82,96,134); }

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

border-color css

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

 span { border-color: rgb(82,96,134); }

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