#527094

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

Shades of Kashmir Blue #527094

Tints of Kashmir Blue #527094

Color information

#527094 (or 0x527094) is unknown color: approx Kashmir Blue. HEX triplet: 52, 70 and 94. RGB value is (82,112,148). Sum of RGB (Red+Green+Blue) = 82+112+148=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #527094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527094 is #AD8F6B. Grayscale: #6A6A6A. Windows color (decimal): -11374444 or 9728082. OLE color: 9728082.

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

Color convert

RGB82112148-
CMYK0.450.2400.42
HSL212.73º28.7%45.1%-
HSV(B)212.73º44.59%58.04%-
XYZ14.6215.5230.24-
YUV107.13151.06110.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=23.98%
G=32.75%
B=43.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821121480.450.2400.42212.7328.745.1
Hex5270942D1802Ad51d2d
Octal12216022455300523253555
Binary10100101110000100101001011011100001010101101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527094; }

 p { color: rgb(82,112,148); }

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

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

 a { background-color: rgb(82,112,148); }

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

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

 span { border-color: rgb(82,112,148); }

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