Html Css Color HEX #515170 Corn Flower Blue

📋 copy color: '#515170'

red 81 ◦ green 81 ◦ blue 112

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

Shades of Corn Flower Blue #515170

Tints of Corn Flower Blue #515170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 29.56%
G = 29.56%
B = 40.88%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515170 (or 0x515170) is known color: Corn Flower Blue. HEX triplet: 51, 51 and 70. RGB value is (81,81,112). Sum of RGB (Red+Green+Blue) = 81+81+112=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #515170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515170 is #AEAE8F. Grayscale: #545454. Windows color (decimal): -11447952 or 7360849. OLE color: 7360849.

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

Color convert

RGB 81 81 112 -
CMYK 0.28 0.28 0 0.56
HSL 240º 0.16% 0.38% -
HSV(B) 240º 0.28% 0.44% -
XYZ 9.26 8.8 16.54 -
YUV 84.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 81 81 112 0.28 0.28 0 0.56 240 0.16 0.38
Hex 51 51 70 1C 1C 0 38 F0 10 26
Octal 121 121 160 34 34 0 70 360 20 46
Binary 1010001 1010001 1110000 11100 11100 0 111000 11110000 10000 100110

Color Harmonies of #515170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515170

Black with #515170

Text Example


Text Example

White with #515170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515170; }

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

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

background-color css

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

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

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

border-color css

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

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

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