Html Css Color HEX #5165BC Free Speech Blue

📋 copy color: '#5165BC'

red 81 ◦ green 101 ◦ blue 188

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

Shades of Free Speech Blue #5165BC

Tints of Free Speech Blue #5165BC

RGB

 RED value IS 81 (32.03% from 255) = 21.89%

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 21.89%
G = 27.3%
B = 50.81%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5165BC (or 0x5165BC) is known color: Free Speech Blue. HEX triplet: 51, 65 and BC. RGB value is (81,101,188). Sum of RGB (Red+Green+Blue) = 81+101+188=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #5165BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165BC is #AE9A43. Grayscale: #686868. Windows color (decimal): -11442756 or 12346705. OLE color: 12346705.

HSL color Cylindrical-coordinate representation of color #5165BC: hue angle of 228.79º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5165BC is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 101 188 -
CMYK 0.57 0.46 0 0.26
HSL 228.79º 0.44% 0.53% -
HSV(B) 228.79º 0.57% 0.74% -
XYZ 17.12 14.69 49.51 -
YUV 104.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 81 101 188 0.57 0.46 0 0.26 228.79 0.44 0.53
Hex 51 65 BC 39 2E 0 1A E5 2C 35
Octal 121 145 274 71 56 0 32 345 54 65
Binary 1010001 1100101 10111100 111001 101110 0 11010 11100101 101100 110101

Color Harmonies of #5165BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5165BC

Black with #5165BC

Text Example


Text Example

White with #5165BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5165BC; }

 p { color: rgb(81,101,188); }

 H1.HeaderClassName
 {
   color: #5165BC;
 }
 .AnyTagClassName
 {
   color: #5165BC;
 }
</style>

background-color css

<style>
 a { background-color: #5165BC; }

 a { background-color: rgb(81,101,188); }

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

border-color css

<style>
 span { border-color: #5165BC; }

 span { border-color: rgb(81,101,188); }

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