Html Css Color HEX #51506E Corn Flower Blue

📋 copy color: '#51506E'

red 81 ◦ green 80 ◦ blue 110

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

Shades of Corn Flower Blue #51506E

Tints of Corn Flower Blue #51506E

RGB

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

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

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

R = 29.89%
G = 29.52%
B = 40.59%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51506E (or 0x51506E) is known color: Corn Flower Blue. HEX triplet: 51, 50 and 6E. RGB value is (81,80,110). Sum of RGB (Red+Green+Blue) = 81+80+110=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #51506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51506E is #AEAF91. Grayscale: #535353. Windows color (decimal): -11448210 or 7229521. OLE color: 7229521.

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

Color convert

RGB 81 80 110 -
CMYK 0.26 0.27 0 0.57
HSL 242º 0.16% 0.37% -
HSV(B) 242º 0.27% 0.43% -
XYZ 9.08 8.61 15.94 -
YUV 83.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 81 80 110 0.26 0.27 0 0.57 242 0.16 0.37
Hex 51 50 6E 1A 1B 0 39 F2 10 25
Octal 121 120 156 32 33 0 71 362 20 45
Binary 1010001 1010000 1101110 11010 11011 0 111001 11110010 10000 100101

Color Harmonies of #51506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51506E

Black with #51506E

Text Example


Text Example

White with #51506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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