Html Css Color HEX #515274 Corn Flower Blue

📋 copy color: '#515274'

red 81 ◦ green 82 ◦ blue 116

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

Shades of Corn Flower Blue #515274

Tints of Corn Flower Blue #515274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 29.03%
G = 29.39%
B = 41.58%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515274 (or 0x515274) is known color: Corn Flower Blue. HEX triplet: 51, 52 and 74. RGB value is (81,82,116). Sum of RGB (Red+Green+Blue) = 81+82+116=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #515274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515274 is #AEAD8B. Grayscale: #555555. Windows color (decimal): -11447692 or 7623249. OLE color: 7623249.

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

Color convert

RGB 81 82 116 -
CMYK 0.30 0.29 0 0.55
HSL 238.29º 0.18% 0.39% -
HSV(B) 238.29º 0.3% 0.45% -
XYZ 9.56 9.04 17.76 -
YUV 85.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 81 82 116 0.30 0.29 0 0.55 238.29 0.18 0.39
Hex 51 52 74 1E 1D 0 37 EE 12 27
Octal 121 122 164 36 35 0 67 356 22 47
Binary 1010001 1010010 1110100 11110 11101 0 110111 11101110 10010 100111

Color Harmonies of #515274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515274

Black with #515274

Text Example


Text Example

White with #515274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515274; }

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

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

background-color css

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

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

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

border-color css

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

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

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