Html Css Color HEX #555DC1 Free Speech Blue

📋 copy color: '#555DC1'

red 85 ◦ green 93 ◦ blue 193

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

Shades of Free Speech Blue #555DC1

Tints of Free Speech Blue #555DC1

RGB

 RED value IS 85 (33.59% from 255) = 22.91%

 GREEN value IS 93 (36.72% from 255) = 25.07%

 BLUE value IS 193 (75.78% from 255) = 52.02%

R = 22.91%
G = 25.07%
B = 52.02%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#555DC1 (or 0x555DC1) is known color: Free Speech Blue. HEX triplet: 55, 5D and C1. RGB value is (85,93,193). Sum of RGB (Red+Green+Blue) = 85+93+193=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #555DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DC1 is #AAA23E. Grayscale: #656565. Windows color (decimal): -11182655 or 12672341. OLE color: 12672341.

HSL color Cylindrical-coordinate representation of color #555DC1: hue angle of 235.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555DC1 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 93 193 -
CMYK 0.56 0.52 0 0.24
HSL 235.56º 0.47% 0.55% -
HSV(B) 235.56º 0.56% 0.76% -
XYZ 17.29 13.61 52.17 -
YUV 102.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 85 93 193 0.56 0.52 0 0.24 235.56 0.47 0.55
Hex 55 5D C1 38 34 0 18 EC 2F 37
Octal 125 135 301 70 64 0 30 354 57 67
Binary 1010101 1011101 11000001 111000 110100 0 11000 11101100 101111 110111

Color Harmonies of #555DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DC1

Black with #555DC1

Text Example


Text Example

White with #555DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555DC1; }

 p { color: rgb(85,93,193); }

 H1.HeaderClassName
 {
   color: #555DC1;
 }
 .AnyTagClassName
 {
   color: #555DC1;
 }
</style>

background-color css

<style>
 a { background-color: #555DC1; }

 a { background-color: rgb(85,93,193); }

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

border-color css

<style>
 span { border-color: #555DC1; }

 span { border-color: rgb(85,93,193); }

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