Html Css Color HEX #5565CB Free Speech Blue

📋 copy color: '#5565CB'

red 85 ◦ green 101 ◦ blue 203

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

Shades of Free Speech Blue #5565CB

Tints of Free Speech Blue #5565CB

RGB

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

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

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

R = 21.85%
G = 25.96%
B = 52.19%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5565CB (or 0x5565CB) is known color: Free Speech Blue. HEX triplet: 55, 65 and CB. RGB value is (85,101,203). Sum of RGB (Red+Green+Blue) = 85+101+203=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #5565CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565CB is #AA9A34. Grayscale: #6B6B6B. Windows color (decimal): -11180597 or 13329749. OLE color: 13329749.

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

Color convert

RGB 85 101 203 -
CMYK 0.58 0.50 0 0.20
HSL 231.86º 0.53% 0.56% -
HSV(B) 231.86º 0.58% 0.8% -
XYZ 19.18 15.55 58.49 -
YUV 107.84 181.7 111.71 -
System Red Green Blue C M Y K H S L
Decimal 85 101 203 0.58 0.50 0 0.20 231.86 0.53 0.56
Hex 55 65 CB 3A 32 0 14 E8 35 38
Octal 125 145 313 72 62 0 24 350 65 70
Binary 1010101 1100101 11001011 111010 110010 0 10100 11101000 110101 111000

Color Harmonies of #5565CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5565CB

Black with #5565CB

Text Example


Text Example

White with #5565CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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