Html Css Color HEX #526186 Kashmir Blue

📋 copy color: '#526186'

red 82 ◦ green 97 ◦ blue 134

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

Shades of Kashmir Blue #526186

Tints of Kashmir Blue #526186

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

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

R = 26.2%
G = 30.99%
B = 42.81%

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

#526186 (or 0x526186) is known color: Kashmir Blue. HEX triplet: 52, 61 and 86. RGB value is (82,97,134). Sum of RGB (Red+Green+Blue) = 82+97+134=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #526186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526186 is #AD9E79. Grayscale: #606060. Windows color (decimal): -11378298 or 8806738. OLE color: 8806738.

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

Color convert

RGB 82 97 134 -
CMYK 0.39 0.28 0 0.47
HSL 222.69º 0.24% 0.42% -
HSV(B) 222.69º 0.39% 0.53% -
XYZ 12.06 12.06 24.25 -
YUV 96.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 82 97 134 0.39 0.28 0 0.47 222.69 0.24 0.42
Hex 52 61 86 27 1C 0 2F DF 18 2A
Octal 122 141 206 47 34 0 57 337 30 52
Binary 1010010 1100001 10000110 100111 11100 0 101111 11011111 11000 101010

Color Harmonies of #526186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526186

Black with #526186

Text Example


Text Example

White with #526186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526186; }

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

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

background-color css

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

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

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

border-color css

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

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

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