Html Css Color HEX #5764CF Free Speech Blue

📋 copy color: '#5764CF'

red 87 ◦ green 100 ◦ blue 207

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

Shades of Free Speech Blue #5764CF

Tints of Free Speech Blue #5764CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 22.08%
G = 25.38%
B = 52.54%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5764CF (or 0x5764CF) is known color: Free Speech Blue. HEX triplet: 57, 64 and CF. RGB value is (87,100,207). Sum of RGB (Red+Green+Blue) = 87+100+207=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #5764CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764CF is #A89B30. Grayscale: #6B6B6B. Windows color (decimal): -11049777 or 13591639. OLE color: 13591639.

HSL color Cylindrical-coordinate representation of color #5764CF: hue angle of 233.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5764CF is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 100 207 -
CMYK 0.58 0.52 0 0.19
HSL 233.5º 0.56% 0.58% -
HSV(B) 233.5º 0.58% 0.81% -
XYZ 19.75 15.65 61.01 -
YUV 108.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 87 100 207 0.58 0.52 0 0.19 233.5 0.56 0.58
Hex 57 64 CF 3A 34 0 13 EA 38 3A
Octal 127 144 317 72 64 0 23 352 70 72
Binary 1010111 1100100 11001111 111010 110100 0 10011 11101010 111000 111010

Color Harmonies of #5764CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5764CF

Black with #5764CF

Text Example


Text Example

White with #5764CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5764CF; }

 p { color: rgb(87,100,207); }

 H1.HeaderClassName
 {
   color: #5764CF;
 }
 .AnyTagClassName
 {
   color: #5764CF;
 }
</style>

background-color css

<style>
 a { background-color: #5764CF; }

 a { background-color: rgb(87,100,207); }

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

border-color css

<style>
 span { border-color: #5764CF; }

 span { border-color: rgb(87,100,207); }

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