Html Css Color HEX #527396 Kashmir Blue

📋 copy color: '#527396'

red 82 ◦ green 115 ◦ blue 150

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

Shades of Kashmir Blue #527396

Tints of Kashmir Blue #527396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.14%

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 23.63%
G = 33.14%
B = 43.23%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527396 (or 0x527396) is known color: Kashmir Blue. HEX triplet: 52, 73 and 96. RGB value is (82,115,150). Sum of RGB (Red+Green+Blue) = 82+115+150=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #527396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527396 is #AD8C69. Grayscale: #6C6C6C. Windows color (decimal): -11373674 or 9859922. OLE color: 9859922.

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

Color convert

RGB 82 115 150 -
CMYK 0.45 0.23 0 0.41
HSL 210.88º 0.29% 0.45% -
HSV(B) 210.88º 0.45% 0.59% -
XYZ 15.12 16.26 31.2 -
YUV 109.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 82 115 150 0.45 0.23 0 0.41 210.88 0.29 0.45
Hex 52 73 96 2D 17 0 29 D3 1D 2D
Octal 122 163 226 55 27 0 51 323 35 55
Binary 1010010 1110011 10010110 101101 10111 0 101001 11010011 11101 101101

Color Harmonies of #527396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527396

Black with #527396

Text Example


Text Example

White with #527396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527396; }

 p { color: rgb(82,115,150); }

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

background-color css

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

 a { background-color: rgb(82,115,150); }

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

border-color css

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

 span { border-color: rgb(82,115,150); }

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