#525169

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

Shades of Corn Flower Blue #525169

Tints of Corn Flower Blue #525169

Color information

#525169 (or 0x525169) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 51 and 69. RGB value is (82,81,105). Sum of RGB (Red+Green+Blue) = 82+81+105=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #525169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525169 is #ADAE96. Grayscale: #535353. Windows color (decimal): -11382423 or 6902098. OLE color: 6902098.

HSL color Cylindrical-coordinate representation of color #525169: hue angle of 242.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #525169 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8281105-
CMYK0.220.2300.59
HSL242.5º12.9%36.47%-
HSV(B)242.5º22.86%41.18%-
XYZ8.978.714.57-
YUV84.04139.83126.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=30.60%
G=30.22%
B=39.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82811050.220.2300.59242.512.936.47
Hex525169161703Bf2d24
Octal12212115126270733621544
Binary10100101010001110100110110101110111011111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525169; }

 p { color: rgb(82,81,105); }

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

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

 a { background-color: rgb(82,81,105); }

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

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

 span { border-color: rgb(82,81,105); }

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