Html Css Color HEX #526285 Kashmir Blue

📋 copy color: '#526285'

red 82 ◦ green 98 ◦ blue 133

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

Shades of Kashmir Blue #526285

Tints of Kashmir Blue #526285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.49%

R = 26.2%
G = 31.31%
B = 42.49%

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

#526285 (or 0x526285) is known color: Kashmir Blue. HEX triplet: 52, 62 and 85. RGB value is (82,98,133). Sum of RGB (Red+Green+Blue) = 82+98+133=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #526285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526285 is #AD9D7A. Grayscale: #616161. Windows color (decimal): -11378043 or 8741458. OLE color: 8741458.

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

Color convert

RGB 82 98 133 -
CMYK 0.38 0.26 0 0.48
HSL 221.18º 0.24% 0.42% -
HSV(B) 221.18º 0.38% 0.52% -
XYZ 12.08 12.22 23.91 -
YUV 97.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 82 98 133 0.38 0.26 0 0.48 221.18 0.24 0.42
Hex 52 62 85 26 1A 0 30 DD 18 2A
Octal 122 142 205 46 32 0 60 335 30 52
Binary 1010010 1100010 10000101 100110 11010 0 110000 11011101 11000 101010

Color Harmonies of #526285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526285

Black with #526285

Text Example


Text Example

White with #526285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526285; }

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

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

background-color css

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

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

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

border-color css

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

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

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