Html Css Color HEX #5255CE Free Speech Blue

📋 copy color: '#5255CE'

red 82 ◦ green 85 ◦ blue 206

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

Shades of Free Speech Blue #5255CE

Tints of Free Speech Blue #5255CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 21.98%
G = 22.79%
B = 55.23%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5255CE (or 0x5255CE) is known color: Free Speech Blue. HEX triplet: 52, 55 and CE. RGB value is (82,85,206). Sum of RGB (Red+Green+Blue) = 82+85+206=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5255CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255CE is #ADAA31. Grayscale: #616161. Windows color (decimal): -11381298 or 13522258. OLE color: 13522258.

HSL color Cylindrical-coordinate representation of color #5255CE: hue angle of 238.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5255CE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 85 206 -
CMYK 0.60 0.59 0 0.19
HSL 238.55º 0.56% 0.56% -
HSV(B) 238.55º 0.6% 0.81% -
XYZ 17.87 12.75 59.91 -
YUV 97.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 82 85 206 0.60 0.59 0 0.19 238.55 0.56 0.56
Hex 52 55 CE 3C 3B 0 13 EF 38 38
Octal 122 125 316 74 73 0 23 357 70 70
Binary 1010010 1010101 11001110 111100 111011 0 10011 11101111 111000 111000

Color Harmonies of #5255CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5255CE

Black with #5255CE

Text Example


Text Example

White with #5255CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5255CE; }

 p { color: rgb(82,85,206); }

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

background-color css

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

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

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

border-color css

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

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

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