Html Css Color HEX #526585 Kashmir Blue

📋 copy color: '#526585'

red 82 ◦ green 101 ◦ blue 133

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

Shades of Kashmir Blue #526585

Tints of Kashmir Blue #526585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 25.95%
G = 31.96%
B = 42.09%

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

#526585 (or 0x526585) is known color: Kashmir Blue. HEX triplet: 52, 65 and 85. RGB value is (82,101,133). Sum of RGB (Red+Green+Blue) = 82+101+133=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #526585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526585 is #AD9A7A. Grayscale: #626262. Windows color (decimal): -11377275 or 8742226. OLE color: 8742226.

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

Color convert

RGB 82 101 133 -
CMYK 0.38 0.24 0 0.48
HSL 217.65º 0.24% 0.42% -
HSV(B) 217.65º 0.38% 0.52% -
XYZ 12.37 12.79 24.01 -
YUV 98.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 82 101 133 0.38 0.24 0 0.48 217.65 0.24 0.42
Hex 52 65 85 26 18 0 30 DA 18 2A
Octal 122 145 205 46 30 0 60 332 30 52
Binary 1010010 1100101 10000101 100110 11000 0 110000 11011010 11000 101010

Color Harmonies of #526585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526585

Black with #526585

Text Example


Text Example

White with #526585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526585; }

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

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

background-color css

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

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

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

border-color css

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

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

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