Html Css Color HEX #5253CE Free Speech Blue

📋 copy color: '#5253CE'

red 82 ◦ green 83 ◦ blue 206

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

Shades of Free Speech Blue #5253CE

Tints of Free Speech Blue #5253CE

RGB

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

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

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

R = 22.1%
G = 22.37%
B = 55.53%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5253CE (or 0x5253CE) is known color: Free Speech Blue. HEX triplet: 52, 53 and CE. RGB value is (82,83,206). Sum of RGB (Red+Green+Blue) = 82+83+206=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #5253CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5253CE is #ADAC31. Grayscale: #606060. Windows color (decimal): -11381810 or 13521746. OLE color: 13521746.

HSL color Cylindrical-coordinate representation of color #5253CE: hue angle of 239.52º 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 #5253CE is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 83 206 -
CMYK 0.60 0.60 0 0.19
HSL 239.52º 0.56% 0.56% -
HSV(B) 239.52º 0.6% 0.81% -
XYZ 17.71 12.44 59.86 -
YUV 96.72 189.67 117.5 -
System Red Green Blue C M Y K H S L
Decimal 82 83 206 0.60 0.60 0 0.19 239.52 0.56 0.56
Hex 52 53 CE 3C 3C 0 13 F0 38 38
Octal 122 123 316 74 74 0 23 360 70 70
Binary 1010010 1010011 11001110 111100 111100 0 10011 11110000 111000 111000

Color Harmonies of #5253CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5253CE

Black with #5253CE

Text Example


Text Example

White with #5253CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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