Html Css Color HEX #51516E Corn Flower Blue

📋 copy color: '#51516E'

red 81 ◦ green 81 ◦ blue 110

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

Shades of Corn Flower Blue #51516E

Tints of Corn Flower Blue #51516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 29.78%
G = 29.78%
B = 40.44%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51516E (or 0x51516E) is known color: Corn Flower Blue. HEX triplet: 51, 51 and 6E. RGB value is (81,81,110). Sum of RGB (Red+Green+Blue) = 81+81+110=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #51516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51516E is #AEAE91. Grayscale: #545454. Windows color (decimal): -11447954 or 7229777. OLE color: 7229777.

HSL color Cylindrical-coordinate representation of color #51516E: hue angle of 240º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51516E is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 81 110 -
CMYK 0.26 0.26 0 0.57
HSL 240º 0.15% 0.37% -
HSV(B) 240º 0.26% 0.43% -
XYZ 9.15 8.76 15.96 -
YUV 84.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 81 81 110 0.26 0.26 0 0.57 240 0.15 0.37
Hex 51 51 6E 1A 1A 0 39 F0 F 25
Octal 121 121 156 32 32 0 71 360 17 45
Binary 1010001 1010001 1101110 11010 11010 0 111001 11110000 1111 100101

Color Harmonies of #51516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51516E

Black with #51516E

Text Example


Text Example

White with #51516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51516E; }

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

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

background-color css

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

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

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

border-color css

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

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

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