Html Css Color HEX #527697 Kashmir Blue

📋 copy color: '#527697'

red 82 ◦ green 118 ◦ blue 151

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

Shades of Kashmir Blue #527697

Tints of Kashmir Blue #527697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 23.36%
G = 33.62%
B = 43.02%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527697 (or 0x527697) is known color: Kashmir Blue. HEX triplet: 52, 76 and 97. RGB value is (82,118,151). Sum of RGB (Red+Green+Blue) = 82+118+151=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #527697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527697 is #AD8968. Grayscale: #6E6E6E. Windows color (decimal): -11372905 or 9926226. OLE color: 9926226.

HSL color Cylindrical-coordinate representation of color #527697: hue angle of 208.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527697 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 118 151 -
CMYK 0.46 0.22 0 0.41
HSL 208.7º 0.3% 0.46% -
HSV(B) 208.7º 0.46% 0.59% -
XYZ 15.54 16.99 31.74 -
YUV 111 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 82 118 151 0.46 0.22 0 0.41 208.7 0.3 0.46
Hex 52 76 97 2E 16 0 29 D1 1E 2E
Octal 122 166 227 56 26 0 51 321 36 56
Binary 1010010 1110110 10010111 101110 10110 0 101001 11010001 11110 101110

Color Harmonies of #527697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527697

Black with #527697

Text Example


Text Example

White with #527697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527697; }

 p { color: rgb(82,118,151); }

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

background-color css

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

 a { background-color: rgb(82,118,151); }

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

border-color css

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

 span { border-color: rgb(82,118,151); }

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