#525F8A

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

Shades of Kashmir Blue #525F8A

Tints of Kashmir Blue #525F8A

Color information

#525F8A (or 0x525F8A) is unknown color: approx Kashmir Blue. HEX triplet: 52, 5F and 8A. RGB value is (82,95,138). Sum of RGB (Red+Green+Blue) = 82+95+138=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #525F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F8A is #ADA075. Grayscale: #5F5F5F. Windows color (decimal): -11378806 or 9068370. OLE color: 9068370.

HSL color Cylindrical-coordinate representation of color #525F8A: hue angle of 226.07º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #525F8A is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8295138-
CMYK0.410.3100.46
HSL226.07º25.45%43.14%-
HSV(B)226.07º40.58%54.12%-
XYZ12.1611.8125.68-
YUV96.01151.69118-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=26.03%
G=30.16%
B=43.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82951380.410.3100.46226.0725.4543.14
Hex525F8A291F02Ee2192b
Octal12213721251370563423153
Binary10100101011111100010101010011111101011101110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525F8A; }

 p { color: rgb(82,95,138); }

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

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

 a { background-color: rgb(82,95,138); }

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

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

 span { border-color: rgb(82,95,138); }

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