Html Css Color HEX #52516A Corn Flower Blue

📋 copy color: '#52516A'

red 82 ◦ green 81 ◦ blue 106

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

Shades of Corn Flower Blue #52516A

Tints of Corn Flower Blue #52516A

RGB

 RED value IS 82 (32.42% from 255) = 30.48%

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

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 30.48%
G = 30.11%
B = 39.41%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52516A (or 0x52516A) is known color: Corn Flower Blue. HEX triplet: 52, 51 and 6A. RGB value is (82,81,106). Sum of RGB (Red+Green+Blue) = 82+81+106=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #52516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52516A is #ADAE95. Grayscale: #545454. Windows color (decimal): -11382422 or 6967634. OLE color: 6967634.

HSL color Cylindrical-coordinate representation of color #52516A: hue angle of 242.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52516A is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 81 106 -
CMYK 0.23 0.24 0 0.58
HSL 242.4º 0.13% 0.37% -
HSV(B) 242.4º 0.24% 0.42% -
XYZ 9.02 8.72 14.84 -
YUV 84.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 82 81 106 0.23 0.24 0 0.58 242.4 0.13 0.37
Hex 52 51 6A 17 18 0 3A F2 D 25
Octal 122 121 152 27 30 0 72 362 15 45
Binary 1010010 1010001 1101010 10111 11000 0 111010 11110010 1101 100101

Color Harmonies of #52516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52516A

Black with #52516A

Text Example


Text Example

White with #52516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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