Html Css Color HEX #515268 Corn Flower Blue

📋 copy color: '#515268'

red 81 ◦ green 82 ◦ blue 104

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

Shades of Corn Flower Blue #515268

Tints of Corn Flower Blue #515268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 30.34%
G = 30.71%
B = 38.95%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515268 (or 0x515268) is known color: Corn Flower Blue. HEX triplet: 51, 52 and 68. RGB value is (81,82,104). Sum of RGB (Red+Green+Blue) = 81+82+104=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #515268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515268 is #AEAD97. Grayscale: #545454. Windows color (decimal): -11447704 or 6836817. OLE color: 6836817.

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

Color convert

RGB 81 82 104 -
CMYK 0.22 0.21 0 0.59
HSL 237.39º 0.12% 0.36% -
HSV(B) 237.39º 0.22% 0.41% -
XYZ 8.91 8.78 14.32 -
YUV 84.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 81 82 104 0.22 0.21 0 0.59 237.39 0.12 0.36
Hex 51 52 68 16 15 0 3B ED C 24
Octal 121 122 150 26 25 0 73 355 14 44
Binary 1010001 1010010 1101000 10110 10101 0 111011 11101101 1100 100100

Color Harmonies of #515268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515268

Black with #515268

Text Example


Text Example

White with #515268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515268; }

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

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

background-color css

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

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

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

border-color css

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

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

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