Html Css Color HEX #515167 Corn Flower Blue

📋 copy color: '#515167'

red 81 ◦ green 81 ◦ blue 103

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

Shades of Corn Flower Blue #515167

Tints of Corn Flower Blue #515167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 30.57%
G = 30.57%
B = 38.87%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#515167 (or 0x515167) is known color: Corn Flower Blue. HEX triplet: 51, 51 and 67. RGB value is (81,81,103). Sum of RGB (Red+Green+Blue) = 81+81+103=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #515167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515167 is #AEAE98. Grayscale: #535353. Windows color (decimal): -11447961 or 6771025. OLE color: 6771025.

HSL color Cylindrical-coordinate representation of color #515167: hue angle of 240º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515167 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 81 103 -
CMYK 0.21 0.21 0 0.60
HSL 240º 0.12% 0.36% -
HSV(B) 240º 0.21% 0.4% -
XYZ 8.78 8.61 14.03 -
YUV 83.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 81 81 103 0.21 0.21 0 0.60 240 0.12 0.36
Hex 51 51 67 15 15 0 3C F0 C 24
Octal 121 121 147 25 25 0 74 360 14 44
Binary 1010001 1010001 1100111 10101 10101 0 111100 11110000 1100 100100

Color Harmonies of #515167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515167

Black with #515167

Text Example


Text Example

White with #515167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515167; }

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

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

background-color css

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

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

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

border-color css

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

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

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