Html Css Color HEX #526484 Kashmir Blue

📋 copy color: '#526484'

red 82 ◦ green 100 ◦ blue 132

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

Shades of Kashmir Blue #526484

Tints of Kashmir Blue #526484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

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

R = 26.11%
G = 31.85%
B = 42.04%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#526484 (or 0x526484) is known color: Kashmir Blue. HEX triplet: 52, 64 and 84. RGB value is (82,100,132). Sum of RGB (Red+Green+Blue) = 82+100+132=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #526484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526484 is #AD9B7B. Grayscale: #626262. Windows color (decimal): -11377532 or 8676434. OLE color: 8676434.

HSL color Cylindrical-coordinate representation of color #526484: hue angle of 218.4º 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 #526484 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 100 132 -
CMYK 0.38 0.24 0 0.48
HSL 218.4º 0.23% 0.42% -
HSV(B) 218.4º 0.38% 0.52% -
XYZ 12.2 12.57 23.61 -
YUV 98.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 82 100 132 0.38 0.24 0 0.48 218.4 0.23 0.42
Hex 52 64 84 26 18 0 30 DA 17 2A
Octal 122 144 204 46 30 0 60 332 27 52
Binary 1010010 1100100 10000100 100110 11000 0 110000 11011010 10111 101010

Color Harmonies of #526484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526484

Black with #526484

Text Example


Text Example

White with #526484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526484; }

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

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

background-color css

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

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

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

border-color css

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

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

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