Html Css Color HEX #515172 Corn Flower Blue

📋 copy color: '#515172'

red 81 ◦ green 81 ◦ blue 114

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

Shades of Corn Flower Blue #515172

Tints of Corn Flower Blue #515172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 29.35%
G = 29.35%
B = 41.3%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515172 (or 0x515172) is known color: Corn Flower Blue. HEX triplet: 51, 51 and 72. RGB value is (81,81,114). Sum of RGB (Red+Green+Blue) = 81+81+114=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #515172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515172 is #AEAE8D. Grayscale: #545454. Windows color (decimal): -11447950 or 7491921. OLE color: 7491921.

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

Color convert

RGB 81 81 114 -
CMYK 0.29 0.29 0 0.55
HSL 240º 0.17% 0.38% -
HSV(B) 240º 0.29% 0.45% -
XYZ 9.37 8.85 17.13 -
YUV 84.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 81 81 114 0.29 0.29 0 0.55 240 0.17 0.38
Hex 51 51 72 1D 1D 0 37 F0 11 26
Octal 121 121 162 35 35 0 67 360 21 46
Binary 1010001 1010001 1110010 11101 11101 0 110111 11110000 10001 100110

Color Harmonies of #515172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515172

Black with #515172

Text Example


Text Example

White with #515172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515172; }

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

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

background-color css

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

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

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

border-color css

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

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

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