Html Css Color HEX #5465CB Free Speech Blue

📋 copy color: '#5465CB'

red 84 ◦ green 101 ◦ blue 203

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

Shades of Free Speech Blue #5465CB

Tints of Free Speech Blue #5465CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

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

R = 21.65%
G = 26.03%
B = 52.32%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5465CB (or 0x5465CB) is known color: Free Speech Blue. HEX triplet: 54, 65 and CB. RGB value is (84,101,203). Sum of RGB (Red+Green+Blue) = 84+101+203=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #5465CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465CB is #AB9A34. Grayscale: #6B6B6B. Windows color (decimal): -11246133 or 13329748. OLE color: 13329748.

HSL color Cylindrical-coordinate representation of color #5465CB: hue angle of 231.43º 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 #5465CB is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 101 203 -
CMYK 0.59 0.50 0 0.20
HSL 231.43º 0.53% 0.56% -
HSV(B) 231.43º 0.59% 0.8% -
XYZ 19.09 15.5 58.49 -
YUV 107.55 181.87 111.21 -
System Red Green Blue C M Y K H S L
Decimal 84 101 203 0.59 0.50 0 0.20 231.43 0.53 0.56
Hex 54 65 CB 3B 32 0 14 E7 35 38
Octal 124 145 313 73 62 0 24 347 65 70
Binary 1010100 1100101 11001011 111011 110010 0 10100 11100111 110101 111000

Color Harmonies of #5465CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5465CB

Black with #5465CB

Text Example


Text Example

White with #5465CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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