Html Css Color HEX #526684 Kashmir Blue

📋 copy color: '#526684'

red 82 ◦ green 102 ◦ blue 132

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

Shades of Kashmir Blue #526684

Tints of Kashmir Blue #526684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 25.95%
G = 32.28%
B = 41.77%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#526684 (or 0x526684) is known color: Kashmir Blue. HEX triplet: 52, 66 and 84. RGB value is (82,102,132). Sum of RGB (Red+Green+Blue) = 82+102+132=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #526684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526684 is #AD997B. Grayscale: #636363. Windows color (decimal): -11377020 or 8676946. OLE color: 8676946.

HSL color Cylindrical-coordinate representation of color #526684: hue angle of 216º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526684 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 102 132 -
CMYK 0.38 0.23 0 0.48
HSL 216º 0.23% 0.42% -
HSV(B) 216º 0.38% 0.52% -
XYZ 12.4 12.96 23.68 -
YUV 99.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 82 102 132 0.38 0.23 0 0.48 216 0.23 0.42
Hex 52 66 84 26 17 0 30 D8 17 2A
Octal 122 146 204 46 27 0 60 330 27 52
Binary 1010010 1100110 10000100 100110 10111 0 110000 11011000 10111 101010

Color Harmonies of #526684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526684

Black with #526684

Text Example


Text Example

White with #526684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526684; }

 p { color: rgb(82,102,132); }

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

background-color css

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

 a { background-color: rgb(82,102,132); }

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

border-color css

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

 span { border-color: rgb(82,102,132); }

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