Html Css Color HEX #526891 Kashmir Blue

📋 copy color: '#526891'

red 82 ◦ green 104 ◦ blue 145

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

Shades of Kashmir Blue #526891

Tints of Kashmir Blue #526891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.42%

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

R = 24.77%
G = 31.42%
B = 43.81%

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

#526891 (or 0x526891) is known color: Kashmir Blue. HEX triplet: 52, 68 and 91. RGB value is (82,104,145). Sum of RGB (Red+Green+Blue) = 82+104+145=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #526891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526891 is #AD976E. Grayscale: #656565. Windows color (decimal): -11376495 or 9529426. OLE color: 9529426.

HSL color Cylindrical-coordinate representation of color #526891: hue angle of 219.05º 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 #526891 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 104 145 -
CMYK 0.43 0.28 0 0.43
HSL 219.05º 0.28% 0.45% -
HSV(B) 219.05º 0.43% 0.57% -
XYZ 13.54 13.74 28.73 -
YUV 102.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 82 104 145 0.43 0.28 0 0.43 219.05 0.28 0.45
Hex 52 68 91 2B 1C 0 2B DB 1C 2D
Octal 122 150 221 53 34 0 53 333 34 55
Binary 1010010 1101000 10010001 101011 11100 0 101011 11011011 11100 101101

Color Harmonies of #526891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526891

Black with #526891

Text Example


Text Example

White with #526891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526891; }

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

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

background-color css

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

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

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

border-color css

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

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

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