#526F90

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

Shades of Kashmir Blue #526F90

Tints of Kashmir Blue #526F90

Color information

#526F90 (or 0x526F90) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6F and 90. RGB value is (82,111,144). Sum of RGB (Red+Green+Blue) = 82+111+144=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #526F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F90 is #AD906F. Grayscale: #696969. Windows color (decimal): -11374704 or 9465682. OLE color: 9465682.

HSL color Cylindrical-coordinate representation of color #526F90: hue angle of 211.94º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526F90 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82111144-
CMYK0.430.2300.44
HSL211.94º27.43%44.31%-
HSV(B)211.94º43.06%56.47%-
XYZ14.215.1828.57-
YUV106.09149.39110.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=24.33%
G=32.94%
B=42.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821111440.430.2300.44211.9427.4344.31
Hex526F902B1702Cd41b2c
Octal12215722053270543243354
Binary10100101101111100100001010111011101011001101010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526F90; }

 p { color: rgb(82,111,144); }

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

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

 a { background-color: rgb(82,111,144); }

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

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

 span { border-color: rgb(82,111,144); }

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