#525268

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

Shades of Corn Flower Blue #525268

Tints of Corn Flower Blue #525268

Color information

#525268 (or 0x525268) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 52 and 68. RGB value is (82,82,104). Sum of RGB (Red+Green+Blue) = 82+82+104=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #525268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525268 is #ADAD97. Grayscale: #545454. Windows color (decimal): -11382168 or 6836818. OLE color: 6836818.

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

Color convert

RGB8282104-
CMYK0.210.2100.59
HSL240º11.83%36.47%-
HSV(B)240º21.15%40.78%-
XYZ98.8314.33-
YUV84.51139126.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=30.60%
G=30.60%
B=38.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82821040.210.2100.5924011.8336.47
Hex525268151503Bf0c24
Octal12212215025250733601444
Binary10100101010010110100010101101010111011111100001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525268; }

 p { color: rgb(82,82,104); }

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

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

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

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

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

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

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