Html Css Color HEX #527190 Kashmir Blue

📋 copy color: '#527190'

red 82 ◦ green 113 ◦ blue 144

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

Shades of Kashmir Blue #527190

Tints of Kashmir Blue #527190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 24.19%
G = 33.33%
B = 42.48%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#527190 (or 0x527190) is known color: Kashmir Blue. HEX triplet: 52, 71 and 90. RGB value is (82,113,144). Sum of RGB (Red+Green+Blue) = 82+113+144=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #527190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527190 is #AD8E6F. Grayscale: #6B6B6B. Windows color (decimal): -11374192 or 9466194. OLE color: 9466194.

HSL color Cylindrical-coordinate representation of color #527190: hue angle of 210º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527190 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 113 144 -
CMYK 0.43 0.22 0 0.44
HSL 210º 0.27% 0.44% -
HSV(B) 210º 0.43% 0.56% -
XYZ 14.42 15.62 28.64 -
YUV 107.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 82 113 144 0.43 0.22 0 0.44 210 0.27 0.44
Hex 52 71 90 2B 16 0 2C D2 1B 2C
Octal 122 161 220 53 26 0 54 322 33 54
Binary 1010010 1110001 10010000 101011 10110 0 101100 11010010 11011 101100

Color Harmonies of #527190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527190

Black with #527190

Text Example


Text Example

White with #527190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527190; }

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

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

background-color css

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

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

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

border-color css

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

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

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