Html Css Color HEX #527196 Kashmir Blue

📋 copy color: '#527196'

red 82 ◦ green 113 ◦ blue 150

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

Shades of Kashmir Blue #527196

Tints of Kashmir Blue #527196

RGB

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

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

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

R = 23.77%
G = 32.75%
B = 43.48%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527196 (or 0x527196) is known color: Kashmir Blue. HEX triplet: 52, 71 and 96. RGB value is (82,113,150). Sum of RGB (Red+Green+Blue) = 82+113+150=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #527196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527196 is #AD8E69. Grayscale: #6B6B6B. Windows color (decimal): -11374186 or 9859410. OLE color: 9859410.

HSL color Cylindrical-coordinate representation of color #527196: hue angle of 212.65º 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 #527196 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 113 150 -
CMYK 0.45 0.25 0 0.41
HSL 212.65º 0.29% 0.45% -
HSV(B) 212.65º 0.45% 0.59% -
XYZ 14.89 15.81 31.12 -
YUV 107.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 82 113 150 0.45 0.25 0 0.41 212.65 0.29 0.45
Hex 52 71 96 2D 19 0 29 D5 1D 2D
Octal 122 161 226 55 31 0 51 325 35 55
Binary 1010010 1110001 10010110 101101 11001 0 101001 11010101 11101 101101

Color Harmonies of #527196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527196

Black with #527196

Text Example


Text Example

White with #527196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527196; }

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

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

background-color css

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

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

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

border-color css

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

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

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