#527392

Color #527392 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #527392

Tints of Kashmir Blue #527392

Color information

#527392 (or 0x527392) is unknown color: approx Kashmir Blue. HEX triplet: 52, 73 and 92. RGB value is (82,115,146). Sum of RGB (Red+Green+Blue) = 82+115+146=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #527392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527392 is #AD8C6D. Grayscale: #6C6C6C. Windows color (decimal): -11373678 or 9597778. OLE color: 9597778.

HSL color Cylindrical-coordinate representation of color #527392: hue angle of 209.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527392 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82115146-
CMYK0.440.2100.43
HSL209.06º28.07%44.71%-
HSV(B)209.06º43.84%57.25%-
XYZ14.816.1329.53-
YUV108.67149.07108.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=23.91%
G=33.53%
B=42.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821151460.440.2100.43209.0628.0744.71
Hex5273922C1502Bd11c2d
Octal12216322254250533213455
Binary10100101110011100100101011001010101010111101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527392; }

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

 H1.HeaderClassName
 {
   color: #527392;
 }
 .AnyTagClassName
 {
   color: #527392;
 }
</style>
background-color css

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

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

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

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

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

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