#505175

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

Shades of Corn Flower Blue #505175

Tints of Corn Flower Blue #505175

Color information

#505175 (or 0x505175) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 51 and 75. RGB value is (80,81,117). Sum of RGB (Red+Green+Blue) = 80+81+117=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #505175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505175 is #AFAE8A. Grayscale: #545454. Windows color (decimal): -11513483 or 7688528. OLE color: 7688528.

HSL color Cylindrical-coordinate representation of color #505175: hue angle of 238.38º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505175 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8081117-
CMYK0.320.3100.54
HSL238.38º18.78%38.63%-
HSV(B)238.38º31.62%45.88%-
XYZ9.468.8718.04-
YUV84.8146.17124.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=28.78%
G=29.14%
B=42.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80811170.320.3100.54238.3818.7838.63
Hex505175201F036ee1327
Octal12012116540370663562347
Binary1010000101000111101011000001111101101101110111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505175; }

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

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

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

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

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

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

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

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