Html Css Color HEX #5763CC Free Speech Blue

📋 copy color: '#5763CC'

red 87 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Blue #5763CC

Tints of Free Speech Blue #5763CC

RGB

 RED value IS 87 (34.38% from 255) = 22.31%

 GREEN value IS 99 (39.06% from 255) = 25.38%

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 22.31%
G = 25.38%
B = 52.31%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5763CC (or 0x5763CC) is known color: Free Speech Blue. HEX triplet: 57, 63 and CC. RGB value is (87,99,204). Sum of RGB (Red+Green+Blue) = 87+99+204=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #5763CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5763CC is #A89C33. Grayscale: #6A6A6A. Windows color (decimal): -11050036 or 13394775. OLE color: 13394775.

HSL color Cylindrical-coordinate representation of color #5763CC: hue angle of 233.85º 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 #5763CC is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 99 204 -
CMYK 0.57 0.51 0 0.2
HSL 233.85º 0.53% 0.57% -
HSV(B) 233.85º 0.57% 0.8% -
XYZ 19.29 15.31 59.07 -
YUV 107.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 87 99 204 0.57 0.51 0 0.2 233.85 0.53 0.57
Hex 57 63 CC 39 33 0 14 EA 35 39
Octal 127 143 314 71 63 0 24 352 65 71
Binary 1010111 1100011 11001100 111001 110011 0 10100 11101010 110101 111001

Color Harmonies of #5763CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5763CC

Black with #5763CC

Text Example


Text Example

White with #5763CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5763CC; }

 p { color: rgb(87,99,204); }

 H1.HeaderClassName
 {
   color: #5763CC;
 }
 .AnyTagClassName
 {
   color: #5763CC;
 }
</style>

background-color css

<style>
 a { background-color: #5763CC; }

 a { background-color: rgb(87,99,204); }

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

border-color css

<style>
 span { border-color: #5763CC; }

 span { border-color: rgb(87,99,204); }

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