Html Css Color HEX #515068 Corn Flower Blue

📋 copy color: '#515068'

red 81 ◦ green 80 ◦ blue 104

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

Shades of Corn Flower Blue #515068

Tints of Corn Flower Blue #515068

RGB

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

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

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

R = 30.57%
G = 30.19%
B = 39.25%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515068 (or 0x515068) is known color: Corn Flower Blue. HEX triplet: 51, 50 and 68. RGB value is (81,80,104). Sum of RGB (Red+Green+Blue) = 81+80+104=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #515068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515068 is #AEAF97. Grayscale: #525252. Windows color (decimal): -11448216 or 6836305. OLE color: 6836305.

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

Color convert

RGB 81 80 104 -
CMYK 0.22 0.23 0 0.59
HSL 242.5º 0.13% 0.36% -
HSV(B) 242.5º 0.23% 0.41% -
XYZ 8.76 8.49 14.27 -
YUV 83.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 81 80 104 0.22 0.23 0 0.59 242.5 0.13 0.36
Hex 51 50 68 16 17 0 3B F2 D 24
Octal 121 120 150 26 27 0 73 362 15 44
Binary 1010001 1010000 1101000 10110 10111 0 111011 11110010 1101 100100

Color Harmonies of #515068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515068

Black with #515068

Text Example


Text Example

White with #515068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515068; }

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

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

background-color css

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

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

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

border-color css

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

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

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