Html Css Color HEX #5352CE Free Speech Blue

📋 copy color: '#5352CE'

red 83 ◦ green 82 ◦ blue 206

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

Shades of Free Speech Blue #5352CE

Tints of Free Speech Blue #5352CE

RGB

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

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

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

R = 22.37%
G = 22.1%
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

#5352CE (or 0x5352CE) is known color: Free Speech Blue. HEX triplet: 53, 52 and CE. RGB value is (83,82,206). Sum of RGB (Red+Green+Blue) = 83+82+206=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 82 (32.42% from 255 or 22.10% 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 #5352CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5352CE is #ACAD31. Grayscale: #5F5F5F. Windows color (decimal): -11316530 or 13521491. OLE color: 13521491.

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

Color convert

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

Color Harmonies of #5352CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5352CE

Black with #5352CE

Text Example


Text Example

White with #5352CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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