Html Css Color HEX #526C95 Kashmir Blue

📋 copy color: '#526C95'

red 82 ◦ green 108 ◦ blue 149

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

Shades of Kashmir Blue #526C95

Tints of Kashmir Blue #526C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 24.19%
G = 31.86%
B = 43.95%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526C95 (or 0x526C95) is known color: Kashmir Blue. HEX triplet: 52, 6C and 95. RGB value is (82,108,149). Sum of RGB (Red+Green+Blue) = 82+108+149=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #526C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C95 is #AD936A. Grayscale: #686868. Windows color (decimal): -11375467 or 9792594. OLE color: 9792594.

HSL color Cylindrical-coordinate representation of color #526C95: hue angle of 216.72º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526C95 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 108 149 -
CMYK 0.45 0.28 0 0.42
HSL 216.72º 0.29% 0.45% -
HSV(B) 216.72º 0.45% 0.58% -
XYZ 14.27 14.69 30.52 -
YUV 104.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 82 108 149 0.45 0.28 0 0.42 216.72 0.29 0.45
Hex 52 6C 95 2D 1C 0 2A D9 1D 2D
Octal 122 154 225 55 34 0 52 331 35 55
Binary 1010010 1101100 10010101 101101 11100 0 101010 11011001 11101 101101

Color Harmonies of #526C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C95

Black with #526C95

Text Example


Text Example

White with #526C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526C95; }

 p { color: rgb(82,108,149); }

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

background-color css

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

 a { background-color: rgb(82,108,149); }

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

border-color css

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

 span { border-color: rgb(82,108,149); }

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