#535271

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

Shades of Corn Flower Blue #535271

Tints of Corn Flower Blue #535271

Color information

#535271 (or 0x535271) is unknown color: approx Corn Flower Blue. HEX triplet: 53, 52 and 71. RGB value is (83,82,113). Sum of RGB (Red+Green+Blue) = 83+82+113=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #535271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535271 is #ACAD8E. Grayscale: #555555. Windows color (decimal): -11316623 or 7426643. OLE color: 7426643.

HSL color Cylindrical-coordinate representation of color #535271: hue angle of 241.94º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535271 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8382113-
CMYK0.270.2700.56
HSL241.94º15.9%38.24%-
HSV(B)241.94º27.43%44.31%-
XYZ9.579.0716.87-
YUV85.83143.33125.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=29.86%
G=29.50%
B=40.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83821130.270.2700.56241.9415.938.24
Hex5352711B1B038f21026
Octal12312216133330703622046
Binary101001110100101110001110111101101110001111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535271; }

 p { color: rgb(83,82,113); }

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

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

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

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

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

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

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