Html Css Color HEX #526384 Kashmir Blue

📋 copy color: '#526384'

red 82 ◦ green 99 ◦ blue 132

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

Shades of Kashmir Blue #526384

Tints of Kashmir Blue #526384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 26.2%
G = 31.63%
B = 42.17%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#526384 (or 0x526384) is known color: Kashmir Blue. HEX triplet: 52, 63 and 84. RGB value is (82,99,132). Sum of RGB (Red+Green+Blue) = 82+99+132=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #526384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526384 is #AD9C7B. Grayscale: #616161. Windows color (decimal): -11377788 or 8676178. OLE color: 8676178.

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

Color convert

RGB 82 99 132 -
CMYK 0.38 0.25 0 0.48
HSL 219.6º 0.23% 0.42% -
HSV(B) 219.6º 0.38% 0.52% -
XYZ 12.11 12.38 23.58 -
YUV 97.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 82 99 132 0.38 0.25 0 0.48 219.6 0.23 0.42
Hex 52 63 84 26 19 0 30 DC 17 2A
Octal 122 143 204 46 31 0 60 334 27 52
Binary 1010010 1100011 10000100 100110 11001 0 110000 11011100 10111 101010

Color Harmonies of #526384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526384

Black with #526384

Text Example


Text Example

White with #526384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526384; }

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

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

background-color css

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

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

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

border-color css

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

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

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