Html Css Color HEX #52526A Corn Flower Blue

📋 copy color: '#52526A'

red 82 ◦ green 82 ◦ blue 106

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

Shades of Corn Flower Blue #52526A

Tints of Corn Flower Blue #52526A

RGB

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

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

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

R = 30.37%
G = 30.37%
B = 39.26%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52526A (or 0x52526A) is known color: Corn Flower Blue. HEX triplet: 52, 52 and 6A. RGB value is (82,82,106). Sum of RGB (Red+Green+Blue) = 82+82+106=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #52526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52526A is #ADAD95. Grayscale: #545454. Windows color (decimal): -11382166 or 6967890. OLE color: 6967890.

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

Color convert

RGB 82 82 106 -
CMYK 0.23 0.23 0 0.58
HSL 240º 0.13% 0.37% -
HSV(B) 240º 0.23% 0.42% -
XYZ 9.1 8.87 14.87 -
YUV 84.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 82 82 106 0.23 0.23 0 0.58 240 0.13 0.37
Hex 52 52 6A 17 17 0 3A F0 D 25
Octal 122 122 152 27 27 0 72 360 15 45
Binary 1010010 1010010 1101010 10111 10111 0 111010 11110000 1101 100101

Color Harmonies of #52526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52526A

Black with #52526A

Text Example


Text Example

White with #52526A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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