Html Css Color HEX #5865CB Free Speech Blue

📋 copy color: '#5865CB'

red 88 ◦ green 101 ◦ blue 203

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

Shades of Free Speech Blue #5865CB

Tints of Free Speech Blue #5865CB

RGB

 RED value IS 88 (34.77% from 255) = 22.45%

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

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

R = 22.45%
G = 25.77%
B = 51.79%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5865CB (or 0x5865CB) is known color: Free Speech Blue. HEX triplet: 58, 65 and CB. RGB value is (88,101,203). Sum of RGB (Red+Green+Blue) = 88+101+203=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #5865CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865CB is #A79A34. Grayscale: #6C6C6C. Windows color (decimal): -10983989 or 13329752. OLE color: 13329752.

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

Color convert

RGB 88 101 203 -
CMYK 0.57 0.50 0 0.20
HSL 233.22º 0.53% 0.57% -
HSV(B) 233.22º 0.57% 0.8% -
XYZ 19.46 15.69 58.5 -
YUV 108.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 88 101 203 0.57 0.50 0 0.20 233.22 0.53 0.57
Hex 58 65 CB 39 32 0 14 E9 35 39
Octal 130 145 313 71 62 0 24 351 65 71
Binary 1011000 1100101 11001011 111001 110010 0 10100 11101001 110101 111001

Color Harmonies of #5865CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865CB

Black with #5865CB

Text Example


Text Example

White with #5865CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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