Html Css Color HEX #527091 Kashmir Blue

📋 copy color: '#527091'

red 82 ◦ green 112 ◦ blue 145

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

Shades of Kashmir Blue #527091

Tints of Kashmir Blue #527091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 24.19%
G = 33.04%
B = 42.77%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527091 (or 0x527091) is known color: Kashmir Blue. HEX triplet: 52, 70 and 91. RGB value is (82,112,145). Sum of RGB (Red+Green+Blue) = 82+112+145=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #527091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527091 is #AD8F6E. Grayscale: #6A6A6A. Windows color (decimal): -11374447 or 9531474. OLE color: 9531474.

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

Color convert

RGB 82 112 145 -
CMYK 0.43 0.23 0 0.43
HSL 211.43º 0.28% 0.45% -
HSV(B) 211.43º 0.43% 0.57% -
XYZ 14.38 15.43 29.01 -
YUV 106.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 82 112 145 0.43 0.23 0 0.43 211.43 0.28 0.45
Hex 52 70 91 2B 17 0 2B D3 1C 2D
Octal 122 160 221 53 27 0 53 323 34 55
Binary 1010010 1110000 10010001 101011 10111 0 101011 11010011 11100 101101

Color Harmonies of #527091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527091

Black with #527091

Text Example


Text Example

White with #527091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527091; }

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

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

background-color css

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

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

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

border-color css

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

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

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