#525370

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

Shades of Corn Flower Blue #525370

Tints of Corn Flower Blue #525370

Color information

#525370 (or 0x525370) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 53 and 70. RGB value is (82,83,112). Sum of RGB (Red+Green+Blue) = 82+83+112=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #525370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525370 is #ADAC8F. Grayscale: #555555. Windows color (decimal): -11381904 or 7361362. OLE color: 7361362.

HSL color Cylindrical-coordinate representation of color #525370: hue angle of 238º degrees, saturation: 0.15, 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 #525370 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8283112-
CMYK0.270.2600.56
HSL238º15.46%38.04%-
HSV(B)238º26.79%43.92%-
XYZ9.59.1516.59-
YUV86.01142.67125.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=29.60%
G=29.96%
B=40.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82831120.270.2600.5623815.4638.04
Hex5253701B1A038eef26
Octal12212316033320703561746
Binary10100101010011111000011011110100111000111011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525370; }

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

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

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

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

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

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

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

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