Html Css Color HEX #525267 Corn Flower Blue

📋 copy color: '#525267'

red 82 ◦ green 82 ◦ blue 103

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

Shades of Corn Flower Blue #525267

Tints of Corn Flower Blue #525267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.58%

R = 30.71%
G = 30.71%
B = 38.58%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#525267 (or 0x525267) is known color: Corn Flower Blue. HEX triplet: 52, 52 and 67. RGB value is (82,82,103). Sum of RGB (Red+Green+Blue) = 82+82+103=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #525267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525267 is #ADAD98. Grayscale: #545454. Windows color (decimal): -11382169 or 6771282. OLE color: 6771282.

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

Color convert

RGB 82 82 103 -
CMYK 0.20 0.20 0 0.60
HSL 240º 0.11% 0.36% -
HSV(B) 240º 0.2% 0.4% -
XYZ 8.95 8.81 14.06 -
YUV 84.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 82 82 103 0.20 0.20 0 0.60 240 0.11 0.36
Hex 52 52 67 14 14 0 3C F0 B 24
Octal 122 122 147 24 24 0 74 360 13 44
Binary 1010010 1010010 1100111 10100 10100 0 111100 11110000 1011 100100

Color Harmonies of #525267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525267

Black with #525267

Text Example


Text Example

White with #525267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525267; }

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

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

background-color css

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

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

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

border-color css

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

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

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