Html Css Color HEX #5352CB Free Speech Blue

📋 copy color: '#5352CB'

red 83 ◦ green 82 ◦ blue 203

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

Shades of Free Speech Blue #5352CB

Tints of Free Speech Blue #5352CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.16%

R = 22.55%
G = 22.28%
B = 55.16%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5352CB (or 0x5352CB) is known color: Free Speech Blue. HEX triplet: 53, 52 and CB. RGB value is (83,82,203). Sum of RGB (Red+Green+Blue) = 83+82+203=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #5352CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5352CB is #ACAD34. Grayscale: #5F5F5F. Windows color (decimal): -11316533 or 13324883. OLE color: 13324883.

HSL color Cylindrical-coordinate representation of color #5352CB: hue angle of 240.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5352CB is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 82 203 -
CMYK 0.59 0.60 0 0.20
HSL 240.5º 0.54% 0.56% -
HSV(B) 240.5º 0.6% 0.8% -
XYZ 17.36 12.19 57.94 -
YUV 96.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 83 82 203 0.59 0.60 0 0.20 240.5 0.54 0.56
Hex 53 52 CB 3B 3C 0 14 F0 36 38
Octal 123 122 313 73 74 0 24 360 66 70
Binary 1010011 1010010 11001011 111011 111100 0 10100 11110000 110110 111000

Color Harmonies of #5352CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5352CB

Black with #5352CB

Text Example


Text Example

White with #5352CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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