Html Css Color HEX #526685 Kashmir Blue

📋 copy color: '#526685'

red 82 ◦ green 102 ◦ blue 133

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

Shades of Kashmir Blue #526685

Tints of Kashmir Blue #526685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

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

R = 25.87%
G = 32.18%
B = 41.96%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#526685 (or 0x526685) is known color: Kashmir Blue. HEX triplet: 52, 66 and 85. RGB value is (82,102,133). Sum of RGB (Red+Green+Blue) = 82+102+133=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #526685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526685 is #AD997A. Grayscale: #636363. Windows color (decimal): -11377019 or 8742482. OLE color: 8742482.

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

Color convert

RGB 82 102 133 -
CMYK 0.38 0.23 0 0.48
HSL 216.47º 0.24% 0.42% -
HSV(B) 216.47º 0.38% 0.52% -
XYZ 12.46 12.99 24.04 -
YUV 99.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 82 102 133 0.38 0.23 0 0.48 216.47 0.24 0.42
Hex 52 66 85 26 17 0 30 D8 18 2A
Octal 122 146 205 46 27 0 60 330 30 52
Binary 1010010 1100110 10000101 100110 10111 0 110000 11011000 11000 101010

Color Harmonies of #526685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526685

Black with #526685

Text Example


Text Example

White with #526685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526685; }

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

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

background-color css

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

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

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

border-color css

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

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

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