Html Css Color HEX #52536F Corn Flower Blue

📋 copy color: '#52536F'

red 82 ◦ green 83 ◦ blue 111

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

Shades of Corn Flower Blue #52536F

Tints of Corn Flower Blue #52536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 29.71%
G = 30.07%
B = 40.22%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52536F (or 0x52536F) is known color: Corn Flower Blue. HEX triplet: 52, 53 and 6F. RGB value is (82,83,111). Sum of RGB (Red+Green+Blue) = 82+83+111=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #52536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536F is #ADAC90. Grayscale: #555555. Windows color (decimal): -11381905 or 7295826. OLE color: 7295826.

HSL color Cylindrical-coordinate representation of color #52536F: hue angle of 237.93º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52536F is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 83 111 -
CMYK 0.26 0.25 0 0.56
HSL 237.93º 0.15% 0.38% -
HSV(B) 237.93º 0.26% 0.44% -
XYZ 9.44 9.13 16.3 -
YUV 85.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 82 83 111 0.26 0.25 0 0.56 237.93 0.15 0.38
Hex 52 53 6F 1A 19 0 38 EE F 26
Octal 122 123 157 32 31 0 70 356 17 46
Binary 1010010 1010011 1101111 11010 11001 0 111000 11101110 1111 100110

Color Harmonies of #52536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52536F

Black with #52536F

Text Example


Text Example

White with #52536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52536F; }

 p { color: rgb(82,83,111); }

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

background-color css

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

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

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

border-color css

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

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

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