Html Css Color HEX #52526B Corn Flower Blue

📋 copy color: '#52526B'

red 82 ◦ green 82 ◦ blue 107

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

Shades of Corn Flower Blue #52526B

Tints of Corn Flower Blue #52526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 30.26%
G = 30.26%
B = 39.48%

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

#52526B (or 0x52526B) is known color: Corn Flower Blue. HEX triplet: 52, 52 and 6B. RGB value is (82,82,107). Sum of RGB (Red+Green+Blue) = 82+82+107=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #52526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52526B is #ADAD94. Grayscale: #545454. Windows color (decimal): -11382165 or 7033426. OLE color: 7033426.

HSL color Cylindrical-coordinate representation of color #52526B: 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 #52526B is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 82 107 -
CMYK 0.23 0.23 0 0.58
HSL 240º 0.13% 0.37% -
HSV(B) 240º 0.23% 0.42% -
XYZ 9.15 8.89 15.14 -
YUV 84.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 82 82 107 0.23 0.23 0 0.58 240 0.13 0.37
Hex 52 52 6B 17 17 0 3A F0 D 25
Octal 122 122 153 27 27 0 72 360 15 45
Binary 1010010 1010010 1101011 10111 10111 0 111010 11110000 1101 100101

Color Harmonies of #52526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52526B

Black with #52526B

Text Example


Text Example

White with #52526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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