Html Css Color HEX #527296 Kashmir Blue

📋 copy color: '#527296'

red 82 ◦ green 114 ◦ blue 150

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

Shades of Kashmir Blue #527296

Tints of Kashmir Blue #527296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 23.7%
G = 32.95%
B = 43.35%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527296 (or 0x527296) is known color: Kashmir Blue. HEX triplet: 52, 72 and 96. RGB value is (82,114,150). Sum of RGB (Red+Green+Blue) = 82+114+150=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #527296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527296 is #AD8D69. Grayscale: #6C6C6C. Windows color (decimal): -11373930 or 9859666. OLE color: 9859666.

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

Color convert

RGB 82 114 150 -
CMYK 0.45 0.24 0 0.41
HSL 211.76º 0.29% 0.45% -
HSV(B) 211.76º 0.45% 0.59% -
XYZ 15 16.03 31.16 -
YUV 108.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 82 114 150 0.45 0.24 0 0.41 211.76 0.29 0.45
Hex 52 72 96 2D 18 0 29 D4 1D 2D
Octal 122 162 226 55 30 0 51 324 35 55
Binary 1010010 1110010 10010110 101101 11000 0 101001 11010100 11101 101101

Color Harmonies of #527296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527296

Black with #527296

Text Example


Text Example

White with #527296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527296; }

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

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

background-color css

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

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

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

border-color css

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

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

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