Html Css Color HEX #535271 Corn Flower Blue

📋 copy color: '#535271'

red 83 ◦ green 82 ◦ blue 113

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

Shades of Corn Flower Blue #535271

Tints of Corn Flower Blue #535271

RGB

 RED value IS 83 (32.81% from 255) = 29.86%

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

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 29.86%
G = 29.5%
B = 40.65%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535271 (or 0x535271) is known color: Corn Flower Blue. HEX triplet: 53, 52 and 71. RGB value is (83,82,113). Sum of RGB (Red+Green+Blue) = 83+82+113=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #535271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535271 is #ACAD8E. Grayscale: #555555. Windows color (decimal): -11316623 or 7426643. OLE color: 7426643.

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

Color convert

RGB 83 82 113 -
CMYK 0.27 0.27 0 0.56
HSL 241.94º 0.16% 0.38% -
HSV(B) 241.94º 0.27% 0.44% -
XYZ 9.57 9.07 16.87 -
YUV 85.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 83 82 113 0.27 0.27 0 0.56 241.94 0.16 0.38
Hex 53 52 71 1B 1B 0 38 F2 10 26
Octal 123 122 161 33 33 0 70 362 20 46
Binary 1010011 1010010 1110001 11011 11011 0 111000 11110010 10000 100110

Color Harmonies of #535271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535271

Black with #535271

Text Example


Text Example

White with #535271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535271; }

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

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

background-color css

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

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

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

border-color css

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

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

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