Html Css Color HEX #526791 Kashmir Blue

📋 copy color: '#526791'

red 82 ◦ green 103 ◦ blue 145

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

Shades of Kashmir Blue #526791

Tints of Kashmir Blue #526791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

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

R = 24.85%
G = 31.21%
B = 43.94%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#526791 (or 0x526791) is known color: Kashmir Blue. HEX triplet: 52, 67 and 91. RGB value is (82,103,145). Sum of RGB (Red+Green+Blue) = 82+103+145=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #526791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526791 is #AD986E. Grayscale: #656565. Windows color (decimal): -11376751 or 9529170. OLE color: 9529170.

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

Color convert

RGB 82 103 145 -
CMYK 0.43 0.29 0 0.43
HSL 220º 0.28% 0.45% -
HSV(B) 220º 0.43% 0.57% -
XYZ 13.44 13.54 28.69 -
YUV 101.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 82 103 145 0.43 0.29 0 0.43 220 0.28 0.45
Hex 52 67 91 2B 1D 0 2B DC 1C 2D
Octal 122 147 221 53 35 0 53 334 34 55
Binary 1010010 1100111 10010001 101011 11101 0 101011 11011100 11100 101101

Color Harmonies of #526791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526791

Black with #526791

Text Example


Text Example

White with #526791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526791; }

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

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

background-color css

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

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

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

border-color css

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

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

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