#515067

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

Shades of Corn Flower Blue #515067

Tints of Corn Flower Blue #515067

Color information

#515067 (or 0x515067) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 50 and 67. RGB value is (81,80,103). Sum of RGB (Red+Green+Blue) = 81+80+103=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #515067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515067 is #AEAF98. Grayscale: #525252. Windows color (decimal): -11448217 or 6770769. OLE color: 6770769.

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

Color convert

RGB8180103-
CMYK0.210.2200.60
HSL242.61º12.57%35.88%-
HSV(B)242.61º22.33%40.39%-
XYZ8.718.4714.01-
YUV82.92139.33126.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=30.68%
G=30.30%
B=39.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81801030.210.2200.60242.6112.5735.88
Hex515067151603Cf3d24
Octal12112014725260743631544
Binary10100011010000110011110101101100111100111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515067; }

 p { color: rgb(81,80,103); }

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

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

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

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

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

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

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