Html Css Color HEX #526185 Kashmir Blue

📋 copy color: '#526185'

red 82 ◦ green 97 ◦ blue 133

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

Shades of Kashmir Blue #526185

Tints of Kashmir Blue #526185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

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

R = 26.28%
G = 31.09%
B = 42.63%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#526185 (or 0x526185) is known color: Kashmir Blue. HEX triplet: 52, 61 and 85. RGB value is (82,97,133). Sum of RGB (Red+Green+Blue) = 82+97+133=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #526185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526185 is #AD9E7A. Grayscale: #606060. Windows color (decimal): -11378299 or 8741202. OLE color: 8741202.

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

Color convert

RGB 82 97 133 -
CMYK 0.38 0.27 0 0.48
HSL 222.35º 0.24% 0.42% -
HSV(B) 222.35º 0.38% 0.52% -
XYZ 11.99 12.04 23.88 -
YUV 96.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 82 97 133 0.38 0.27 0 0.48 222.35 0.24 0.42
Hex 52 61 85 26 1B 0 30 DE 18 2A
Octal 122 141 205 46 33 0 60 336 30 52
Binary 1010010 1100001 10000101 100110 11011 0 110000 11011110 11000 101010

Color Harmonies of #526185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526185

Black with #526185

Text Example


Text Example

White with #526185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526185; }

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

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

background-color css

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

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

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

border-color css

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

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

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