Html Css Color HEX #526991 Kashmir Blue

📋 copy color: '#526991'

red 82 ◦ green 105 ◦ blue 145

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

Shades of Kashmir Blue #526991

Tints of Kashmir Blue #526991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 24.7%
G = 31.63%
B = 43.67%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#526991 (or 0x526991) is known color: Kashmir Blue. HEX triplet: 52, 69 and 91. RGB value is (82,105,145). Sum of RGB (Red+Green+Blue) = 82+105+145=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #526991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526991 is #AD966E. Grayscale: #666666. Windows color (decimal): -11376239 or 9529682. OLE color: 9529682.

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

Color convert

RGB 82 105 145 -
CMYK 0.43 0.28 0 0.43
HSL 218.1º 0.28% 0.45% -
HSV(B) 218.1º 0.43% 0.57% -
XYZ 13.64 13.94 28.76 -
YUV 102.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 82 105 145 0.43 0.28 0 0.43 218.1 0.28 0.45
Hex 52 69 91 2B 1C 0 2B DA 1C 2D
Octal 122 151 221 53 34 0 53 332 34 55
Binary 1010010 1101001 10010001 101011 11100 0 101011 11011010 11100 101101

Color Harmonies of #526991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526991

Black with #526991

Text Example


Text Example

White with #526991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526991; }

 p { color: rgb(82,105,145); }

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

background-color css

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

 a { background-color: rgb(82,105,145); }

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

border-color css

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

 span { border-color: rgb(82,105,145); }

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