#555DC7

Color #555DC7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #555DC7

Tints of Free Speech Blue #555DC7

Color information

#555DC7 (or 0x555DC7) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5D and C7. RGB value is (85,93,199). Sum of RGB (Red+Green+Blue) = 85+93+199=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #555DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DC7 is #AAA238. Grayscale: #666666. Windows color (decimal): -11182649 or 13065557. OLE color: 13065557.

HSL color Cylindrical-coordinate representation of color #555DC7: hue angle of 235.79º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555DC7 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8593199-
CMYK0.570.5300.22
HSL235.79º50.44%55.69%-
HSV(B)235.79º57.29%78.04%-
XYZ17.9713.8855.77-
YUV102.69182.35115.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 93 (36.72% from 255) = 24.67%
BLUE value IS 199 (78.12% from 255) = 52.79%
R=22.55%
G=24.67%
B=52.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85931990.570.5300.22235.7950.4455.69
Hex555DC73935016ec3238
Octal12513530771650263546270
Binary101010110111011100011111100111010101011011101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #555DC7;
 }
 .AnyTagClassName
 {
   color: #555DC7;
 }
</style>
background-color css

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

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

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

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

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

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