Html Css Color HEX #555BC6 Free Speech Blue

📋 copy color: '#555BC6'

red 85 ◦ green 91 ◦ blue 198

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

Shades of Free Speech Blue #555BC6

Tints of Free Speech Blue #555BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 198 (77.73% from 255) = 52.94%

R = 22.73%
G = 24.33%
B = 52.94%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#555BC6 (or 0x555BC6) is known color: Free Speech Blue. HEX triplet: 55, 5B and C6. RGB value is (85,91,198). Sum of RGB (Red+Green+Blue) = 85+91+198=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #555BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BC6 is #AAA439. Grayscale: #646464. Windows color (decimal): -11183162 or 12999509. OLE color: 12999509.

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

Color convert

RGB 85 91 198 -
CMYK 0.57 0.54 0 0.22
HSL 236.81º 0.5% 0.55% -
HSV(B) 236.81º 0.57% 0.78% -
XYZ 17.68 13.49 55.1 -
YUV 101.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 85 91 198 0.57 0.54 0 0.22 236.81 0.5 0.55
Hex 55 5B C6 39 36 0 16 ED 32 37
Octal 125 133 306 71 66 0 26 355 62 67
Binary 1010101 1011011 11000110 111001 110110 0 10110 11101101 110010 110111

Color Harmonies of #555BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BC6

Black with #555BC6

Text Example


Text Example

White with #555BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,198); }

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

background-color css

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

 a { background-color: rgb(85,91,198); }

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

border-color css

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

 span { border-color: rgb(85,91,198); }

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