Html Css Color HEX #5254DD Free Speech Blue

📋 copy color: '#5254DD'

red 82 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Blue #5254DD

Tints of Free Speech Blue #5254DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

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

R = 21.19%
G = 21.71%
B = 57.11%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5254DD (or 0x5254DD) is known color: Free Speech Blue. HEX triplet: 52, 54 and DD. RGB value is (82,84,221). Sum of RGB (Red+Green+Blue) = 82+84+221=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #5254DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5254DD is #ADAB22. Grayscale: #626262. Windows color (decimal): -11381539 or 14505042. OLE color: 14505042.

HSL color Cylindrical-coordinate representation of color #5254DD: hue angle of 239.14º 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 #5254DD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 84 221 -
CMYK 0.63 0.62 0 0.13
HSL 239.14º 0.67% 0.59% -
HSV(B) 239.14º 0.63% 0.87% -
XYZ 19.7 13.35 69.95 -
YUV 99.02 196.84 115.86 -
System Red Green Blue C M Y K H S L
Decimal 82 84 221 0.63 0.62 0 0.13 239.14 0.67 0.59
Hex 52 54 DD 3F 3E 0 D EF 43 3B
Octal 122 124 335 77 76 0 15 357 103 73
Binary 1010010 1010100 11011101 111111 111110 0 1101 11101111 1000011 111011

Color Harmonies of #5254DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5254DD

Black with #5254DD

Text Example


Text Example

White with #5254DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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