Html Css Color HEX #527191 Kashmir Blue

📋 copy color: '#527191'

red 82 ◦ green 113 ◦ blue 145

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

Shades of Kashmir Blue #527191

Tints of Kashmir Blue #527191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

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

R = 24.12%
G = 33.24%
B = 42.65%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527191 (or 0x527191) is known color: Kashmir Blue. HEX triplet: 52, 71 and 91. RGB value is (82,113,145). Sum of RGB (Red+Green+Blue) = 82+113+145=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #527191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527191 is #AD8E6E. Grayscale: #6B6B6B. Windows color (decimal): -11374191 or 9531730. OLE color: 9531730.

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

Color convert

RGB 82 113 145 -
CMYK 0.43 0.22 0 0.43
HSL 210.48º 0.28% 0.45% -
HSV(B) 210.48º 0.43% 0.57% -
XYZ 14.5 15.65 29.04 -
YUV 107.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 82 113 145 0.43 0.22 0 0.43 210.48 0.28 0.45
Hex 52 71 91 2B 16 0 2B D2 1C 2D
Octal 122 161 221 53 26 0 53 322 34 55
Binary 1010010 1110001 10010001 101011 10110 0 101011 11010010 11100 101101

Color Harmonies of #527191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527191

Black with #527191

Text Example


Text Example

White with #527191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527191; }

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

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

background-color css

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

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

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

border-color css

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

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

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