Html Css Color HEX #526286 Kashmir Blue

📋 copy color: '#526286'

red 82 ◦ green 98 ◦ blue 134

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

Shades of Kashmir Blue #526286

Tints of Kashmir Blue #526286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 26.11%
G = 31.21%
B = 42.68%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526286 (or 0x526286) is known color: Kashmir Blue. HEX triplet: 52, 62 and 86. RGB value is (82,98,134). Sum of RGB (Red+Green+Blue) = 82+98+134=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #526286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526286 is #AD9D79. Grayscale: #616161. Windows color (decimal): -11378042 or 8806994. OLE color: 8806994.

HSL color Cylindrical-coordinate representation of color #526286: hue angle of 221.54º 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 #526286 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 98 134 -
CMYK 0.39 0.27 0 0.47
HSL 221.54º 0.24% 0.42% -
HSV(B) 221.54º 0.39% 0.53% -
XYZ 12.15 12.25 24.28 -
YUV 97.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 82 98 134 0.39 0.27 0 0.47 221.54 0.24 0.42
Hex 52 62 86 27 1B 0 2F DE 18 2A
Octal 122 142 206 47 33 0 57 336 30 52
Binary 1010010 1100010 10000110 100111 11011 0 101111 11011110 11000 101010

Color Harmonies of #526286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526286

Black with #526286

Text Example


Text Example

White with #526286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526286; }

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

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

background-color css

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

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

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

border-color css

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

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

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