Html Css Color HEX #515072 Corn Flower Blue

📋 copy color: '#515072'

red 81 ◦ green 80 ◦ blue 114

#515072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #515072

Tints of Corn Flower Blue #515072

RGB

 RED value IS 81 (32.03% from 255) = 29.45%

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 29.45%
G = 29.09%
B = 41.45%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515072 (or 0x515072) is known color: Corn Flower Blue. HEX triplet: 51, 50 and 72. RGB value is (81,80,114). Sum of RGB (Red+Green+Blue) = 81+80+114=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #515072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515072 is #AEAF8D. Grayscale: #545454. Windows color (decimal): -11448206 or 7491665. OLE color: 7491665.

HSL color Cylindrical-coordinate representation of color #515072: hue angle of 241.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515072 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 80 114 -
CMYK 0.29 0.30 0 0.55
HSL 241.76º 0.18% 0.38% -
HSV(B) 241.76º 0.3% 0.45% -
XYZ 9.3 8.7 17.11 -
YUV 84.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 81 80 114 0.29 0.30 0 0.55 241.76 0.18 0.38
Hex 51 50 72 1D 1E 0 37 F2 12 26
Octal 121 120 162 35 36 0 67 362 22 46
Binary 1010001 1010000 1110010 11101 11110 0 110111 11110010 10010 100110

Color Harmonies of #515072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515072

Black with #515072

Text Example


Text Example

White with #515072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515072; }

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

 H1.HeaderClassName
 {
   color: #515072;
 }
 .AnyTagClassName
 {
   color: #515072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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