#525267

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

Shades of Corn Flower Blue #525267

Tints of Corn Flower Blue #525267

Color information

#525267 (or 0x525267) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 52 and 67. RGB value is (82,82,103). Sum of RGB (Red+Green+Blue) = 82+82+103=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #525267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525267 is #ADAD98. Grayscale: #545454. Windows color (decimal): -11382169 or 6771282. OLE color: 6771282.

HSL color Cylindrical-coordinate representation of color #525267: hue angle of 240º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525267 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8282103-
CMYK0.200.2000.60
HSL240º11.35%36.27%-
HSV(B)240º20.39%40.39%-
XYZ8.958.8114.06-
YUV84.39138.5126.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=30.71%
G=30.71%
B=38.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82821030.200.2000.6024011.3536.27
Hex525267141403Cf0b24
Octal12212214724240743601344
Binary10100101010010110011110100101000111100111100001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525267; }

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

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

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

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

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

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

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

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