Html Css Color HEX #52526C Corn Flower Blue

📋 copy color: '#52526C'

red 82 ◦ green 82 ◦ blue 108

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

Shades of Corn Flower Blue #52526C

Tints of Corn Flower Blue #52526C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 30.15%
G = 30.15%
B = 39.71%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52526C (or 0x52526C) is known color: Corn Flower Blue. HEX triplet: 52, 52 and 6C. RGB value is (82,82,108). Sum of RGB (Red+Green+Blue) = 82+82+108=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #52526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52526C is #ADAD93. Grayscale: #545454. Windows color (decimal): -11382164 or 7098962. OLE color: 7098962.

HSL color Cylindrical-coordinate representation of color #52526C: hue angle of 240º degrees, saturation: 0.14, 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 #52526C is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 82 108 -
CMYK 0.24 0.24 0 0.58
HSL 240º 0.14% 0.37% -
HSV(B) 240º 0.24% 0.42% -
XYZ 9.2 8.91 15.42 -
YUV 84.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 82 82 108 0.24 0.24 0 0.58 240 0.14 0.37
Hex 52 52 6C 18 18 0 3A F0 E 25
Octal 122 122 154 30 30 0 72 360 16 45
Binary 1010010 1010010 1101100 11000 11000 0 111010 11110000 1110 100101

Color Harmonies of #52526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52526C

Black with #52526C

Text Example


Text Example

White with #52526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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