Html Css Color HEX #525266 Corn Flower Blue

📋 copy color: '#525266'

red 82 ◦ green 82 ◦ blue 102

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

Shades of Corn Flower Blue #525266

Tints of Corn Flower Blue #525266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.35%

R = 30.83%
G = 30.83%
B = 38.35%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#525266 (or 0x525266) is known color: Corn Flower Blue. HEX triplet: 52, 52 and 66. RGB value is (82,82,102). Sum of RGB (Red+Green+Blue) = 82+82+102=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #525266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525266 is #ADAD99. Grayscale: #545454. Windows color (decimal): -11382170 or 6705746. OLE color: 6705746.

HSL color Cylindrical-coordinate representation of color #525266: hue angle of 240º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525266 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 82 102 -
CMYK 0.20 0.20 0 0.6
HSL 240º 0.11% 0.36% -
HSV(B) 240º 0.2% 0.4% -
XYZ 8.9 8.79 13.8 -
YUV 84.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 82 82 102 0.20 0.20 0 0.6 240 0.11 0.36
Hex 52 52 66 14 14 0 3C F0 B 24
Octal 122 122 146 24 24 0 74 360 13 44
Binary 1010010 1010010 1100110 10100 10100 0 111100 11110000 1011 100100

Color Harmonies of #525266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525266

Black with #525266

Text Example


Text Example

White with #525266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525266; }

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

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

background-color css

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

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

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

border-color css

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

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

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