Html Css Color HEX #5765CC Free Speech Blue

📋 copy color: '#5765CC'

red 87 ◦ green 101 ◦ blue 204

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

Shades of Free Speech Blue #5765CC

Tints of Free Speech Blue #5765CC

RGB

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

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

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

R = 22.19%
G = 25.77%
B = 52.04%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5765CC (or 0x5765CC) is known color: Free Speech Blue. HEX triplet: 57, 65 and CC. RGB value is (87,101,204). Sum of RGB (Red+Green+Blue) = 87+101+204=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #5765CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5765CC is #A89A33. Grayscale: #6C6C6C. Windows color (decimal): -11049524 or 13395287. OLE color: 13395287.

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

Color convert

RGB 87 101 204 -
CMYK 0.57 0.50 0 0.2
HSL 232.82º 0.53% 0.57% -
HSV(B) 232.82º 0.57% 0.8% -
XYZ 19.48 15.69 59.13 -
YUV 108.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 87 101 204 0.57 0.50 0 0.2 232.82 0.53 0.57
Hex 57 65 CC 39 32 0 14 E9 35 39
Octal 127 145 314 71 62 0 24 351 65 71
Binary 1010111 1100101 11001100 111001 110010 0 10100 11101001 110101 111001

Color Harmonies of #5765CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5765CC

Black with #5765CC

Text Example


Text Example

White with #5765CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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