Html Css Color HEX #526284 Kashmir Blue

📋 copy color: '#526284'

red 82 ◦ green 98 ◦ blue 132

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

Shades of Kashmir Blue #526284

Tints of Kashmir Blue #526284

RGB

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

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

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

R = 26.28%
G = 31.41%
B = 42.31%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#526284 (or 0x526284) is known color: Kashmir Blue. HEX triplet: 52, 62 and 84. RGB value is (82,98,132). Sum of RGB (Red+Green+Blue) = 82+98+132=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #526284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526284 is #AD9D7B. Grayscale: #606060. Windows color (decimal): -11378044 or 8675922. OLE color: 8675922.

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

Color convert

RGB 82 98 132 -
CMYK 0.38 0.26 0 0.48
HSL 220.8º 0.23% 0.42% -
HSV(B) 220.8º 0.38% 0.52% -
XYZ 12.01 12.2 23.55 -
YUV 97.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 82 98 132 0.38 0.26 0 0.48 220.8 0.23 0.42
Hex 52 62 84 26 1A 0 30 DD 17 2A
Octal 122 142 204 46 32 0 60 335 27 52
Binary 1010010 1100010 10000100 100110 11010 0 110000 11011101 10111 101010

Color Harmonies of #526284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526284

Black with #526284

Text Example


Text Example

White with #526284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526284; }

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

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

background-color css

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

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

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

border-color css

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

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

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