Html Css Color HEX #5464CB Free Speech Blue

📋 copy color: '#5464CB'

red 84 ◦ green 100 ◦ blue 203

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

Shades of Free Speech Blue #5464CB

Tints of Free Speech Blue #5464CB

RGB

 RED value IS 84 (33.2% from 255) = 21.71%

 GREEN value IS 100 (39.45% from 255) = 25.84%

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

R = 21.71%
G = 25.84%
B = 52.45%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5464CB (or 0x5464CB) is known color: Free Speech Blue. HEX triplet: 54, 64 and CB. RGB value is (84,100,203). Sum of RGB (Red+Green+Blue) = 84+100+203=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #5464CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5464CB is #AB9B34. Grayscale: #6A6A6A. Windows color (decimal): -11246389 or 13329492. OLE color: 13329492.

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

Color convert

RGB 84 100 203 -
CMYK 0.59 0.51 0 0.20
HSL 231.93º 0.53% 0.56% -
HSV(B) 231.93º 0.59% 0.8% -
XYZ 18.99 15.31 58.45 -
YUV 106.96 182.2 111.62 -
System Red Green Blue C M Y K H S L
Decimal 84 100 203 0.59 0.51 0 0.20 231.93 0.53 0.56
Hex 54 64 CB 3B 33 0 14 E8 35 38
Octal 124 144 313 73 63 0 24 350 65 70
Binary 1010100 1100100 11001011 111011 110011 0 10100 11101000 110101 111000

Color Harmonies of #5464CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5464CB

Black with #5464CB

Text Example


Text Example

White with #5464CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,100,203); }

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

background-color css

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

 a { background-color: rgb(84,100,203); }

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

border-color css

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

 span { border-color: rgb(84,100,203); }

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