Html Css Color HEX #5256DD Free Speech Blue

📋 copy color: '#5256DD'

red 82 ◦ green 86 ◦ blue 221

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

Shades of Free Speech Blue #5256DD

Tints of Free Speech Blue #5256DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

 BLUE value IS 221 (86.72% from 255) = 56.81%

R = 21.08%
G = 22.11%
B = 56.81%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5256DD (or 0x5256DD) is known color: Free Speech Blue. HEX triplet: 52, 56 and DD. RGB value is (82,86,221). Sum of RGB (Red+Green+Blue) = 82+86+221=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #5256DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256DD is #ADA922. Grayscale: #636363. Windows color (decimal): -11381027 or 14505554. OLE color: 14505554.

HSL color Cylindrical-coordinate representation of color #5256DD: hue angle of 238.27º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5256DD is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 86 221 -
CMYK 0.63 0.61 0 0.13
HSL 238.27º 0.67% 0.59% -
HSV(B) 238.27º 0.63% 0.87% -
XYZ 19.86 13.67 70 -
YUV 100.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 82 86 221 0.63 0.61 0 0.13 238.27 0.67 0.59
Hex 52 56 DD 3F 3D 0 D EE 43 3B
Octal 122 126 335 77 75 0 15 356 103 73
Binary 1010010 1010110 11011101 111111 111101 0 1101 11101110 1000011 111011

Color Harmonies of #5256DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5256DD

Black with #5256DD

Text Example


Text Example

White with #5256DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5256DD; }

 p { color: rgb(82,86,221); }

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

background-color css

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

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

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

border-color css

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

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

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