Html Css Color HEX #5067CC Free Speech Blue

📋 copy color: '#5067CC'

red 80 ◦ green 103 ◦ blue 204

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

Shades of Free Speech Blue #5067CC

Tints of Free Speech Blue #5067CC

RGB

 RED value IS 80 (31.64% from 255) = 20.67%

 GREEN value IS 103 (40.63% from 255) = 26.61%

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

R = 20.67%
G = 26.61%
B = 52.71%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5067CC (or 0x5067CC) is known color: Free Speech Blue. HEX triplet: 50, 67 and CC. RGB value is (80,103,204). Sum of RGB (Red+Green+Blue) = 80+103+204=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #5067CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067CC is #AF9833. Grayscale: #6B6B6B. Windows color (decimal): -11507764 or 13395792. OLE color: 13395792.

HSL color Cylindrical-coordinate representation of color #5067CC: hue angle of 228.87º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5067CC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 103 204 -
CMYK 0.61 0.50 0 0.2
HSL 228.87º 0.55% 0.56% -
HSV(B) 228.87º 0.61% 0.8% -
XYZ 19.06 15.77 59.17 -
YUV 107.64 182.38 108.29 -
System Red Green Blue C M Y K H S L
Decimal 80 103 204 0.61 0.50 0 0.2 228.87 0.55 0.56
Hex 50 67 CC 3D 32 0 14 E5 37 38
Octal 120 147 314 75 62 0 24 345 67 70
Binary 1010000 1100111 11001100 111101 110010 0 10100 11100101 110111 111000

Color Harmonies of #5067CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5067CC

Black with #5067CC

Text Example


Text Example

White with #5067CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,103,204); }

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

background-color css

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

 a { background-color: rgb(80,103,204); }

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

border-color css

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

 span { border-color: rgb(80,103,204); }

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