Html Css Color HEX #515069 Corn Flower Blue

📋 copy color: '#515069'

red 81 ◦ green 80 ◦ blue 105

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

Shades of Corn Flower Blue #515069

Tints of Corn Flower Blue #515069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 30.45%
G = 30.08%
B = 39.47%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515069 (or 0x515069) is known color: Corn Flower Blue. HEX triplet: 51, 50 and 69. RGB value is (81,80,105). Sum of RGB (Red+Green+Blue) = 81+80+105=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #515069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515069 is #AEAF96. Grayscale: #535353. Windows color (decimal): -11448215 or 6901841. OLE color: 6901841.

HSL color Cylindrical-coordinate representation of color #515069: hue angle of 242.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515069 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 80 105 -
CMYK 0.23 0.24 0 0.59
HSL 242.4º 0.14% 0.36% -
HSV(B) 242.4º 0.24% 0.41% -
XYZ 8.81 8.51 14.54 -
YUV 83.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 81 80 105 0.23 0.24 0 0.59 242.4 0.14 0.36
Hex 51 50 69 17 18 0 3B F2 E 24
Octal 121 120 151 27 30 0 73 362 16 44
Binary 1010001 1010000 1101001 10111 11000 0 111011 11110010 1110 100100

Color Harmonies of #515069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515069

Black with #515069

Text Example


Text Example

White with #515069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515069; }

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

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

background-color css

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

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

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

border-color css

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

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

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