Html Css Color HEX #515270 Corn Flower Blue

📋 copy color: '#515270'

red 81 ◦ green 82 ◦ blue 112

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

Shades of Corn Flower Blue #515270

Tints of Corn Flower Blue #515270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

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

R = 29.45%
G = 29.82%
B = 40.73%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515270 (or 0x515270) is known color: Corn Flower Blue. HEX triplet: 51, 52 and 70. RGB value is (81,82,112). Sum of RGB (Red+Green+Blue) = 81+82+112=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #515270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515270 is #AEAD8F. Grayscale: #555555. Windows color (decimal): -11447696 or 7361105. OLE color: 7361105.

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

Color convert

RGB 81 82 112 -
CMYK 0.28 0.27 0 0.56
HSL 238.06º 0.16% 0.38% -
HSV(B) 238.06º 0.28% 0.44% -
XYZ 9.34 8.95 16.57 -
YUV 85.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 81 82 112 0.28 0.27 0 0.56 238.06 0.16 0.38
Hex 51 52 70 1C 1B 0 38 EE 10 26
Octal 121 122 160 34 33 0 70 356 20 46
Binary 1010001 1010010 1110000 11100 11011 0 111000 11101110 10000 100110

Color Harmonies of #515270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515270

Black with #515270

Text Example


Text Example

White with #515270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515270; }

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

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

background-color css

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

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

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

border-color css

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

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

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