#555CC1

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

Shades of Free Speech Blue #555CC1

Tints of Free Speech Blue #555CC1

Color information

#555CC1 (or 0x555CC1) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5C and C1. RGB value is (85,92,193). Sum of RGB (Red+Green+Blue) = 85+92+193=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #555CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CC1 is #AAA33E. Grayscale: #656565. Windows color (decimal): -11182911 or 12672085. OLE color: 12672085.

HSL color Cylindrical-coordinate representation of color #555CC1: hue angle of 236.11º 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 #555CC1 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8592193-
CMYK0.560.5200.24
HSL236.11º46.55%54.51%-
HSV(B)236.11º55.96%75.69%-
XYZ17.213.4452.14-
YUV101.42179.68116.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=22.97%
G=24.86%
B=52.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85921930.560.5200.24236.1146.5554.51
Hex555CC13834018ec2f37
Octal12513430170640303545767
Binary101010110111001100000111100011010001100011101100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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